Skip to content

Commit 8c9106a

Browse files
committed
Update cardano-wallet to latest
1 parent 1f18513 commit 8c9106a

File tree

2 files changed

+62
-33
lines changed

2 files changed

+62
-33
lines changed

flake.lock

Lines changed: 44 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737
};
3838
cardano-ledger = {
3939
url =
40-
"github:input-output-hk/cardano-ledger/ce3057e0863304ccb3f79d78c77136219dc786c6";
40+
"github:input-output-hk/cardano-ledger/3be8a19083fc13d9261b1640e27dd389b51bb08e";
4141
flake = false;
4242
};
4343
cardano-node = {
4444
url =
45-
"github:input-output-hk/cardano-node/1.35.0";
45+
"github:input-output-hk/cardano-node/c75451f0ffd7a60b5ad6c4263891e6c8acac105a";
4646
flake = false; # we need it to be available in shell
4747
};
4848
cardano-prelude = {
@@ -51,7 +51,7 @@
5151
flake = false;
5252
};
5353
cardano-wallet = {
54-
url = "github:input-output-hk/cardano-wallet/a73d8c9717dc4e174745f8568d6f3fe84f0f9d76";
54+
url = "github:input-output-hk/cardano-wallet/2ac308b00d9d4a3435f6b9594ded9495e2b217eb";
5555
flake = false;
5656
};
5757
ekg-forward = {
@@ -78,7 +78,7 @@
7878
flake = false;
7979
};
8080
hysterical-screams = {
81-
url = "github:raduom/hysterical-screams/f3bbd38a19f99de5c8ddc650c94330b2d09a865b";
81+
url = "github:raduom/hysterical-screams/4c523469e9efd3f0d10d17da3304923b7b0e0674";
8282
flake = false;
8383
};
8484
hw-aeson = {
@@ -107,19 +107,23 @@
107107
};
108108
plutus = {
109109
url =
110-
"github:input-output-hk/plutus/f680ac6979e069fcc013e4389ee607ff5fa6672f";
110+
"github:input-output-hk/plutus/69ab98c384703172f898eb5bcad1078ded521426";
111111
flake = false;
112112
};
113113
plutus-apps = {
114114
url =
115-
"github:input-output-hk/plutus-apps/c2b310968d0915e2af0ea4680186b41ad88ffbe9";
115+
"github:gege251/plutus-apps/59e269d3a2bc66ab99b0070d16c81dc13636f9c4";
116116
flake = false;
117117
};
118118
purescript-bridge = {
119119
url =
120120
"github:input-output-hk/purescript-bridge/47a1f11825a0f9445e0f98792f79172efef66c00";
121121
flake = false;
122122
};
123+
quickcheck-dynamic = {
124+
url = "github:input-output-hk/quickcheck-dynamic/c272906361471d684440f76c297e29ab760f6a1e";
125+
flake = false;
126+
};
123127
servant-purescript = {
124128
url =
125129
"github:input-output-hk/servant-purescript/44e7cacf109f84984cd99cd3faf185d161826963";
@@ -206,6 +210,7 @@
206210
src = inputs.cardano-ledger;
207211
subdirs = [
208212
"eras/alonzo/impl"
213+
"eras/alonzo/test-suite"
209214
"eras/babbage/impl"
210215
"eras/byron/chain/executable-spec"
211216
"eras/byron/crypto"
@@ -216,6 +221,7 @@
216221
"eras/shelley/impl"
217222
"eras/shelley/test-suite"
218223
"eras/shelley-ma/impl"
224+
"eras/shelley-ma/test-suite"
219225
"libs/cardano-data"
220226
"libs/cardano-ledger-core"
221227
"libs/cardano-ledger-pretty"
@@ -359,15 +365,20 @@
359365
"plutus-pab"
360366
"plutus-playground-server"
361367
"plutus-script-utils"
368+
"plutus-streaming"
369+
"plutus-tx-constraints"
362370
"plutus-use-cases"
363-
"quickcheck-dynamic"
364371
"web-ghc"
365372
];
366373
}
367374
{
368375
src = inputs.purescript-bridge;
369376
subdirs = [ "." ];
370377
}
378+
{
379+
src = inputs.quickcheck-dynamic;
380+
subdirs = [ "." ];
381+
}
371382
{
372383
src = inputs.servant-purescript;
373384
subdirs = [ "." ];

0 commit comments

Comments
 (0)