File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -480,8 +480,8 @@ packages:
480
480
dependency: "direct main"
481
481
description:
482
482
path: "impls/monero.dart"
483
- ref: b335585a7fb94b315eb52bd88f2da6d3489fa508
484
- resolved-ref: b335585a7fb94b315eb52bd88f2da6d3489fa508
483
+ ref: f415fc58d69ad5ba53b7d613c21fc7d6d8fc219d
484
+ resolved-ref: f415fc58d69ad5ba53b7d613c21fc7d6d8fc219d
485
485
url: "https://github.com/mrcyjanek/monero_c"
486
486
source: git
487
487
version: "0.0.0"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies:
25
25
monero :
26
26
git :
27
27
url : https://github.com/mrcyjanek/monero_c
28
- ref : b335585a7fb94b315eb52bd88f2da6d3489fa508 # monero_c hash
28
+ ref : f415fc58d69ad5ba53b7d613c21fc7d6d8fc219d # monero_c hash
29
29
path : impls/monero.dart
30
30
mutex : ^3.1.0
31
31
Original file line number Diff line number Diff line change @@ -485,8 +485,8 @@ packages:
485
485
dependency: "direct main"
486
486
description:
487
487
path: "impls/monero.dart"
488
- ref: b335585a7fb94b315eb52bd88f2da6d3489fa508
489
- resolved-ref: b335585a7fb94b315eb52bd88f2da6d3489fa508
488
+ ref: f415fc58d69ad5ba53b7d613c21fc7d6d8fc219d
489
+ resolved-ref: f415fc58d69ad5ba53b7d613c21fc7d6d8fc219d
490
490
url: "https://github.com/mrcyjanek/monero_c"
491
491
source: git
492
492
version: "0.0.0"
@@ -842,4 +842,4 @@ packages:
842
842
version: "3.1.3"
843
843
sdks:
844
844
dart: ">=3.5.0 <4.0.0"
845
- flutter: ">=3.27.4 "
845
+ flutter: ">=3.24.0 "
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies:
26
26
monero :
27
27
git :
28
28
url : https://github.com/mrcyjanek/monero_c
29
- ref : b335585a7fb94b315eb52bd88f2da6d3489fa508 # monero_c hash
29
+ ref : f415fc58d69ad5ba53b7d613c21fc7d6d8fc219d # monero_c hash
30
30
path : impls/monero.dart
31
31
dev_dependencies :
32
32
flutter_test :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if [[ ! -d "monero_c/.git" ]];
8
8
then
9
9
git clone https://github.com/mrcyjanek/monero_c --branch master monero_c
10
10
cd monero_c
11
- git checkout b335585a7fb94b315eb52bd88f2da6d3489fa508
11
+ git checkout f415fc58d69ad5ba53b7d613c21fc7d6d8fc219d
12
12
git reset --hard
13
13
git submodule update --init --force --recursive
14
14
./apply_patches.sh monero
You can’t perform that action at this time.
0 commit comments