mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-08 20:09:24 +00:00
update monero_c hash
This commit is contained in:
parent
40adf669eb
commit
ddf4c2461a
5 changed files with 7 additions and 7 deletions
|
@ -463,8 +463,8 @@ packages:
|
|||
dependency: "direct main"
|
||||
description:
|
||||
path: "impls/monero.dart"
|
||||
ref: "33f6ef2fa28ebcc799529230bbb026a5f9385894"
|
||||
resolved-ref: "33f6ef2fa28ebcc799529230bbb026a5f9385894"
|
||||
ref: "193b9868f6bcec745a7a716dbb98ffcf26a06a33"
|
||||
resolved-ref: "193b9868f6bcec745a7a716dbb98ffcf26a06a33"
|
||||
url: "https://github.com/mrcyjanek/monero_c"
|
||||
source: git
|
||||
version: "0.0.0"
|
||||
|
|
|
@ -25,7 +25,7 @@ dependencies:
|
|||
monero:
|
||||
git:
|
||||
url: https://github.com/mrcyjanek/monero_c
|
||||
ref: 33f6ef2fa28ebcc799529230bbb026a5f9385894 # monero_c hash
|
||||
ref: 193b9868f6bcec745a7a716dbb98ffcf26a06a33 # monero_c hash
|
||||
path: impls/monero.dart
|
||||
mutex: ^3.1.0
|
||||
|
||||
|
|
|
@ -463,8 +463,8 @@ packages:
|
|||
dependency: "direct main"
|
||||
description:
|
||||
path: "impls/monero.dart"
|
||||
ref: "33f6ef2fa28ebcc799529230bbb026a5f9385894"
|
||||
resolved-ref: "33f6ef2fa28ebcc799529230bbb026a5f9385894"
|
||||
ref: "193b9868f6bcec745a7a716dbb98ffcf26a06a33"
|
||||
resolved-ref: "193b9868f6bcec745a7a716dbb98ffcf26a06a33"
|
||||
url: "https://github.com/mrcyjanek/monero_c"
|
||||
source: git
|
||||
version: "0.0.0"
|
||||
|
|
|
@ -25,7 +25,7 @@ dependencies:
|
|||
monero:
|
||||
git:
|
||||
url: https://github.com/mrcyjanek/monero_c
|
||||
ref: 33f6ef2fa28ebcc799529230bbb026a5f9385894 # monero_c hash
|
||||
ref: 193b9868f6bcec745a7a716dbb98ffcf26a06a33 # monero_c hash
|
||||
path: impls/monero.dart
|
||||
mutex: ^3.1.0
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ if [[ ! -d "monero_c" ]];
|
|||
then
|
||||
git clone https://github.com/mrcyjanek/monero_c --branch rewrite-wip
|
||||
cd monero_c
|
||||
git checkout 33f6ef2fa28ebcc799529230bbb026a5f9385894
|
||||
git checkout 193b9868f6bcec745a7a716dbb98ffcf26a06a33
|
||||
git reset --hard
|
||||
git submodule update --init --force --recursive
|
||||
./apply_patches.sh monero
|
||||
|
|
Loading…
Reference in a new issue