From ff8c8a4d14c175b8fbd6703780b1e37884d7e9ee Mon Sep 17 00:00:00 2001 From: cyan Date: Mon, 17 Feb 2025 14:55:34 +0100 Subject: [PATCH] fix x64 monero_c android dependencies (#2030) --- cw_monero/pubspec.lock | 4 ++-- cw_monero/pubspec.yaml | 2 +- cw_wownero/pubspec.lock | 4 ++-- cw_wownero/pubspec.yaml | 2 +- cw_zano/pubspec.lock | 4 ++-- cw_zano/pubspec.yaml | 2 +- scripts/prepare_moneroc.sh | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/cw_monero/pubspec.lock b/cw_monero/pubspec.lock index efc557fce..9a700609c 100644 --- a/cw_monero/pubspec.lock +++ b/cw_monero/pubspec.lock @@ -511,8 +511,8 @@ packages: dependency: "direct main" description: path: "impls/monero.dart" - ref: "9d9b1f2f2373fc9a99c6556a93eea63fe343cf58" - resolved-ref: "9d9b1f2f2373fc9a99c6556a93eea63fe343cf58" + ref: "629fa4a346ca29d5ed18a2b44895b8858ba7c9f7" + resolved-ref: "629fa4a346ca29d5ed18a2b44895b8858ba7c9f7" url: "https://github.com/mrcyjanek/monero_c" source: git version: "0.0.0" diff --git a/cw_monero/pubspec.yaml b/cw_monero/pubspec.yaml index 99c41c85b..37835d1ff 100644 --- a/cw_monero/pubspec.yaml +++ b/cw_monero/pubspec.yaml @@ -25,7 +25,7 @@ dependencies: monero: git: url: https://github.com/mrcyjanek/monero_c - ref: 9d9b1f2f2373fc9a99c6556a93eea63fe343cf58 + ref: 629fa4a346ca29d5ed18a2b44895b8858ba7c9f7 path: impls/monero.dart mutex: ^3.1.0 ledger_flutter_plus: ^1.4.1 diff --git a/cw_wownero/pubspec.lock b/cw_wownero/pubspec.lock index 05526446d..7e520fd50 100644 --- a/cw_wownero/pubspec.lock +++ b/cw_wownero/pubspec.lock @@ -471,8 +471,8 @@ packages: dependency: "direct main" description: path: "impls/monero.dart" - ref: "9d9b1f2f2373fc9a99c6556a93eea63fe343cf58" - resolved-ref: "9d9b1f2f2373fc9a99c6556a93eea63fe343cf58" + ref: "629fa4a346ca29d5ed18a2b44895b8858ba7c9f7" + resolved-ref: "629fa4a346ca29d5ed18a2b44895b8858ba7c9f7" url: "https://github.com/mrcyjanek/monero_c" source: git version: "0.0.0" diff --git a/cw_wownero/pubspec.yaml b/cw_wownero/pubspec.yaml index 84bc2ac88..f5a83ce48 100644 --- a/cw_wownero/pubspec.yaml +++ b/cw_wownero/pubspec.yaml @@ -25,7 +25,7 @@ dependencies: monero: git: url: https://github.com/mrcyjanek/monero_c - ref: 9d9b1f2f2373fc9a99c6556a93eea63fe343cf58 # monero_c hash + ref: 629fa4a346ca29d5ed18a2b44895b8858ba7c9f7 # monero_c hash path: impls/monero.dart mutex: ^3.1.0 diff --git a/cw_zano/pubspec.lock b/cw_zano/pubspec.lock index fe052c6ca..7ea7e6f86 100644 --- a/cw_zano/pubspec.lock +++ b/cw_zano/pubspec.lock @@ -476,8 +476,8 @@ packages: dependency: "direct main" description: path: "impls/monero.dart" - ref: "9d9b1f2f2373fc9a99c6556a93eea63fe343cf58" - resolved-ref: "9d9b1f2f2373fc9a99c6556a93eea63fe343cf58" + ref: "629fa4a346ca29d5ed18a2b44895b8858ba7c9f7" + resolved-ref: "629fa4a346ca29d5ed18a2b44895b8858ba7c9f7" url: "https://github.com/mrcyjanek/monero_c" source: git version: "0.0.0" diff --git a/cw_zano/pubspec.yaml b/cw_zano/pubspec.yaml index b79f15b1d..136f38fde 100644 --- a/cw_zano/pubspec.yaml +++ b/cw_zano/pubspec.yaml @@ -26,7 +26,7 @@ dependencies: monero: git: url: https://github.com/mrcyjanek/monero_c - ref: 9d9b1f2f2373fc9a99c6556a93eea63fe343cf58 # monero_c hash + ref: 629fa4a346ca29d5ed18a2b44895b8858ba7c9f7 # monero_c hash path: impls/monero.dart dev_dependencies: flutter_test: diff --git a/scripts/prepare_moneroc.sh b/scripts/prepare_moneroc.sh index 4e152c7ba..eefa9d5ef 100755 --- a/scripts/prepare_moneroc.sh +++ b/scripts/prepare_moneroc.sh @@ -8,7 +8,7 @@ if [[ ! -d "monero_c/.git" ]]; then git clone https://github.com/mrcyjanek/monero_c --branch master monero_c cd monero_c - git checkout 9d9b1f2f2373fc9a99c6556a93eea63fe343cf58 + git checkout 629fa4a346ca29d5ed18a2b44895b8858ba7c9f7 git reset --hard git submodule update --init --force --recursive ./apply_patches.sh monero