mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-09 12:29:31 +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"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "impls/monero.dart"
|
path: "impls/monero.dart"
|
||||||
ref: "33f6ef2fa28ebcc799529230bbb026a5f9385894"
|
ref: "193b9868f6bcec745a7a716dbb98ffcf26a06a33"
|
||||||
resolved-ref: "33f6ef2fa28ebcc799529230bbb026a5f9385894"
|
resolved-ref: "193b9868f6bcec745a7a716dbb98ffcf26a06a33"
|
||||||
url: "https://github.com/mrcyjanek/monero_c"
|
url: "https://github.com/mrcyjanek/monero_c"
|
||||||
source: git
|
source: git
|
||||||
version: "0.0.0"
|
version: "0.0.0"
|
||||||
|
|
|
@ -25,7 +25,7 @@ dependencies:
|
||||||
monero:
|
monero:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/mrcyjanek/monero_c
|
url: https://github.com/mrcyjanek/monero_c
|
||||||
ref: 33f6ef2fa28ebcc799529230bbb026a5f9385894 # monero_c hash
|
ref: 193b9868f6bcec745a7a716dbb98ffcf26a06a33 # monero_c hash
|
||||||
path: impls/monero.dart
|
path: impls/monero.dart
|
||||||
mutex: ^3.1.0
|
mutex: ^3.1.0
|
||||||
|
|
||||||
|
|
|
@ -463,8 +463,8 @@ packages:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "impls/monero.dart"
|
path: "impls/monero.dart"
|
||||||
ref: "33f6ef2fa28ebcc799529230bbb026a5f9385894"
|
ref: "193b9868f6bcec745a7a716dbb98ffcf26a06a33"
|
||||||
resolved-ref: "33f6ef2fa28ebcc799529230bbb026a5f9385894"
|
resolved-ref: "193b9868f6bcec745a7a716dbb98ffcf26a06a33"
|
||||||
url: "https://github.com/mrcyjanek/monero_c"
|
url: "https://github.com/mrcyjanek/monero_c"
|
||||||
source: git
|
source: git
|
||||||
version: "0.0.0"
|
version: "0.0.0"
|
||||||
|
|
|
@ -25,7 +25,7 @@ dependencies:
|
||||||
monero:
|
monero:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/mrcyjanek/monero_c
|
url: https://github.com/mrcyjanek/monero_c
|
||||||
ref: 33f6ef2fa28ebcc799529230bbb026a5f9385894 # monero_c hash
|
ref: 193b9868f6bcec745a7a716dbb98ffcf26a06a33 # monero_c hash
|
||||||
path: impls/monero.dart
|
path: impls/monero.dart
|
||||||
mutex: ^3.1.0
|
mutex: ^3.1.0
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ if [[ ! -d "monero_c" ]];
|
||||||
then
|
then
|
||||||
git clone https://github.com/mrcyjanek/monero_c --branch rewrite-wip
|
git clone https://github.com/mrcyjanek/monero_c --branch rewrite-wip
|
||||||
cd monero_c
|
cd monero_c
|
||||||
git checkout 33f6ef2fa28ebcc799529230bbb026a5f9385894
|
git checkout 193b9868f6bcec745a7a716dbb98ffcf26a06a33
|
||||||
git reset --hard
|
git reset --hard
|
||||||
git submodule update --init --force --recursive
|
git submodule update --init --force --recursive
|
||||||
./apply_patches.sh monero
|
./apply_patches.sh monero
|
||||||
|
|
Loading…
Reference in a new issue