File tree Expand file tree Collapse file tree 2 files changed +26
-13
lines changed
scripts/app_config/templates Expand file tree Collapse file tree 2 files changed +26
-13
lines changed Original file line number Diff line number Diff line change @@ -352,18 +352,20 @@ packages:
352352 coinlib:
353353 dependency: "direct overridden"
354354 description:
355- name: coinlib
356- sha256: f99c090ca300b6c9b5414dc100f7f36f49a5a2af31d477b3ce04a605c5f1103c
357- url: "https://pub.dev"
358- source: hosted
355+ path: coinlib
356+ ref: fd5f658320f00a2e281ccaee97c2d2a77b4aa966
357+ resolved-ref: fd5f658320f00a2e281ccaee97c2d2a77b4aa966
358+ url: "https://www.github.com/julian-CStack/coinlib"
359+ source: git
359360 version: "3.1.0"
360361 coinlib_flutter:
361362 dependency: "direct main"
362363 description:
363- name: coinlib_flutter
364- sha256: "185c622986d12d2ccda98f151ce047360464dd7a6cbb6877781a9816d14bb8c4"
365- url: "https://pub.dev"
366- source: hosted
364+ path: coinlib_flutter
365+ ref: fd5f658320f00a2e281ccaee97c2d2a77b4aa966
366+ resolved-ref: fd5f658320f00a2e281ccaee97c2d2a77b4aa966
367+ url: "https://www.github.com/julian-CStack/coinlib"
368+ source: git
367369 version: "3.0.0"
368370 collection:
369371 dependency: transitive
@@ -830,8 +832,8 @@ packages:
830832 dependency: "direct main"
831833 description:
832834 path: "."
833- ref: "33e1034911b842c57bdf6ddaa825cbf635a0c9db "
834- resolved-ref: "33e1034911b842c57bdf6ddaa825cbf635a0c9db "
835+ ref: "32e529f9f6b06a12f9d98cbeed9d2270012a14a0 "
836+ resolved-ref: "32e529f9f6b06a12f9d98cbeed9d2270012a14a0 "
835837 url: "https://github.com/cypherstack/flutter_libsparkmobile.git"
836838 source: git
837839 version: "0.0.2"
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ dependencies:
3838 flutter_libsparkmobile:
3939 git:
4040 url: https://github.com/cypherstack/flutter_libsparkmobile.git
41- ref: 33e1034911b842c57bdf6ddaa825cbf635a0c9db
41+ ref: 32e529f9f6b06a12f9d98cbeed9d2270012a14a0
4242
4343 # cs_monero compat (unpublished)
4444 compat:
@@ -257,8 +257,19 @@ dependency_overrides:
257257 win32: ^5.5.4
258258
259259 # namecoin names lib needs to be updated
260- coinlib: ^3.0.0
261- coinlib_flutter: ^3.0.0
260+ #coinlib: ^3.0.0
261+ #coinlib_flutter: ^3.0.0
262+ coinlib:
263+ git:
264+ url: https://www.github.com/julian-CStack/coinlib
265+ path: coinlib
266+ ref: fd5f658320f00a2e281ccaee97c2d2a77b4aa966
267+
268+ coinlib_flutter:
269+ git:
270+ url: https://www.github.com/julian-CStack/coinlib
271+ path: coinlib_flutter
272+ ref: fd5f658320f00a2e281ccaee97c2d2a77b4aa966
262273
263274 bip47:
264275 git:
You can’t perform that action at this time.
0 commit comments