mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-22 02:24:30 +00:00
override low uptime git package url
This commit is contained in:
parent
c3e604472b
commit
3e116a50e4
2 changed files with 7 additions and 2 deletions
|
@ -1199,7 +1199,7 @@ packages:
|
|||
path: "."
|
||||
ref: "6a17a405a1a260fa228b2f4fc94044088a4335ac"
|
||||
resolved-ref: "6a17a405a1a260fa228b2f4fc94044088a4335ac"
|
||||
url: "https://git.mrcyjanek.net/mrcyjanek/monero.dart"
|
||||
url: "https://www.github.com/mrcyjanek/monero.dart"
|
||||
source: git
|
||||
version: "0.0.0"
|
||||
mutex:
|
||||
|
|
|
@ -49,7 +49,7 @@ dependencies:
|
|||
|
||||
monero:
|
||||
git:
|
||||
url: https://git.mrcyjanek.net/mrcyjanek/monero.dart
|
||||
url: https://www.github.com/mrcyjanek/monero.dart
|
||||
ref: 6a17a405a1a260fa228b2f4fc94044088a4335ac
|
||||
|
||||
flutter_libepiccash:
|
||||
|
@ -211,6 +211,11 @@ flutter_native_splash:
|
|||
|
||||
dependency_overrides:
|
||||
|
||||
monero:
|
||||
git:
|
||||
url: https://www.github.com/mrcyjanek/monero.dart
|
||||
ref: 6a17a405a1a260fa228b2f4fc94044088a4335ac
|
||||
|
||||
bip47:
|
||||
git:
|
||||
url: https://github.com/cypherstack/bip47.git
|
||||
|
|
Loading…
Reference in a new issue