Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ packages:
dependency: "direct main"
description:
path: "."
ref: b02aaf6c6b40fd5a6b3d77f875324717103f2019
resolved-ref: b02aaf6c6b40fd5a6b3d77f875324717103f2019
ref: ea33b1f5d6a701791359a2e180f73866dc667732
resolved-ref: ea33b1f5d6a701791359a2e180f73866dc667732
url: "https://github.com/cypherstack/bitcoindart.git"
source: git
version: "3.0.2"
Expand Down Expand Up @@ -742,7 +742,7 @@ packages:
source: hosted
version: "0.0.6"
dart_style:
dependency: "direct overridden"
dependency: transitive
description:
name: dart_style
sha256: a9c30492da18ff84efe2422ba2d319a89942d93e58eb0b73d32abe822ef54b7b
Expand Down
4 changes: 2 additions & 2 deletions scripts/app_config/templates/pubspec.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ dependencies:
bitcoindart:
git:
url: https://github.com/cypherstack/bitcoindart.git
ref: b02aaf6c6b40fd5a6b3d77f875324717103f2019
ref: ea33b1f5d6a701791359a2e180f73866dc667732

stack_wallet_backup:
git:
Expand Down Expand Up @@ -329,7 +329,7 @@ dependency_overrides:
bitcoindart:
git:
url: https://github.com/cypherstack/bitcoindart.git
ref: b02aaf6c6b40fd5a6b3d77f875324717103f2019
ref: ea33b1f5d6a701791359a2e180f73866dc667732

# required for dart 3, at least until a fix is merged upstream
wakelock_windows:
Expand Down
Loading