mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
Pin ledger_flutter_plus dependency to fix builds (#1965)
This commit is contained in:
parent
f431091f5e
commit
f072bc8dce
1 changed files with 8 additions and 1 deletions
|
@ -107,7 +107,10 @@ dependencies:
|
||||||
polyseed: ^0.0.6
|
polyseed: ^0.0.6
|
||||||
nostr_tools: ^1.0.9
|
nostr_tools: ^1.0.9
|
||||||
solana: ^0.31.0+1
|
solana: ^0.31.0+1
|
||||||
ledger_flutter_plus: ^1.4.1
|
ledger_flutter_plus:
|
||||||
|
git:
|
||||||
|
url: https://github.com/vespr-wallet/ledger-flutter-plus
|
||||||
|
ref: c2e341d8038f1108690ad6f80f7b4b7156aacc76
|
||||||
hashlib: ^1.19.2
|
hashlib: ^1.19.2
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
|
@ -146,6 +149,10 @@ dependency_overrides:
|
||||||
url: https://github.com/cake-tech/bitcoin_base
|
url: https://github.com/cake-tech/bitcoin_base
|
||||||
ref: cake-update-v9
|
ref: cake-update-v9
|
||||||
ffi: 2.1.0
|
ffi: 2.1.0
|
||||||
|
ledger_flutter_plus:
|
||||||
|
git:
|
||||||
|
url: https://github.com/vespr-wallet/ledger-flutter-plus
|
||||||
|
ref: c2e341d8038f1108690ad6f80f7b4b7156aacc76
|
||||||
|
|
||||||
flutter_icons:
|
flutter_icons:
|
||||||
image_path: "assets/images/app_logo.png"
|
image_path: "assets/images/app_logo.png"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue