mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-02-02 03:06:35 +00:00
bump monero_c commit (yes, again, I know)
This commit is contained in:
parent
891d82c4cb
commit
268a884af5
7 changed files with 10 additions and 10 deletions
|
@ -511,8 +511,8 @@ packages:
|
|||
dependency: "direct main"
|
||||
description:
|
||||
path: "impls/monero.dart"
|
||||
ref: "61cea8db5adb06d0ee4016607779557e5f345be4"
|
||||
resolved-ref: "61cea8db5adb06d0ee4016607779557e5f345be4"
|
||||
ref: "70ba345ded54b1a7d3ed559d4997f94ef7a76300"
|
||||
resolved-ref: "70ba345ded54b1a7d3ed559d4997f94ef7a76300"
|
||||
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: 61cea8db5adb06d0ee4016607779557e5f345be4 # monero_c hash
|
||||
ref: 70ba345ded54b1a7d3ed559d4997f94ef7a76300 # monero_c hash
|
||||
path: impls/monero.dart
|
||||
mutex: ^3.1.0
|
||||
ledger_flutter_plus: ^1.4.1
|
||||
|
|
|
@ -471,8 +471,8 @@ packages:
|
|||
dependency: "direct main"
|
||||
description:
|
||||
path: "impls/monero.dart"
|
||||
ref: "61cea8db5adb06d0ee4016607779557e5f345be4"
|
||||
resolved-ref: "61cea8db5adb06d0ee4016607779557e5f345be4"
|
||||
ref: "70ba345ded54b1a7d3ed559d4997f94ef7a76300"
|
||||
resolved-ref: "70ba345ded54b1a7d3ed559d4997f94ef7a76300"
|
||||
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: 61cea8db5adb06d0ee4016607779557e5f345be4 # monero_c hash
|
||||
ref: 70ba345ded54b1a7d3ed559d4997f94ef7a76300 # monero_c hash
|
||||
path: impls/monero.dart
|
||||
mutex: ^3.1.0
|
||||
|
||||
|
|
|
@ -476,8 +476,8 @@ packages:
|
|||
dependency: "direct main"
|
||||
description:
|
||||
path: "impls/monero.dart"
|
||||
ref: "61cea8db5adb06d0ee4016607779557e5f345be4"
|
||||
resolved-ref: "61cea8db5adb06d0ee4016607779557e5f345be4"
|
||||
ref: "70ba345ded54b1a7d3ed559d4997f94ef7a76300"
|
||||
resolved-ref: "70ba345ded54b1a7d3ed559d4997f94ef7a76300"
|
||||
url: "https://github.com/mrcyjanek/monero_c"
|
||||
source: git
|
||||
version: "0.0.0"
|
||||
|
|
|
@ -26,7 +26,7 @@ dependencies:
|
|||
monero:
|
||||
git:
|
||||
url: https://github.com/mrcyjanek/monero_c
|
||||
ref: 61cea8db5adb06d0ee4016607779557e5f345be4 # monero_c hash
|
||||
ref: 70ba345ded54b1a7d3ed559d4997f94ef7a76300 # monero_c hash
|
||||
path: impls/monero.dart
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
|
|
@ -8,7 +8,7 @@ if [[ ! -d "monero_c" ]];
|
|||
then
|
||||
git clone https://github.com/mrcyjanek/monero_c --branch master
|
||||
cd monero_c
|
||||
git checkout 61cea8db5adb06d0ee4016607779557e5f345be4
|
||||
git checkout 70ba345ded54b1a7d3ed559d4997f94ef7a76300
|
||||
git reset --hard
|
||||
git submodule update --init --force --recursive
|
||||
./apply_patches.sh monero
|
||||
|
|
Loading…
Reference in a new issue