|
37 | 37 | }; |
38 | 38 | cardano-ledger = { |
39 | 39 | url = |
40 | | - "github:input-output-hk/cardano-ledger/ce3057e0863304ccb3f79d78c77136219dc786c6"; |
| 40 | + "github:input-output-hk/cardano-ledger/3be8a19083fc13d9261b1640e27dd389b51bb08e"; |
41 | 41 | flake = false; |
42 | 42 | }; |
43 | 43 | cardano-node = { |
44 | 44 | url = |
45 | | - "github:input-output-hk/cardano-node/1.35.0"; |
| 45 | + "github:input-output-hk/cardano-node/c75451f0ffd7a60b5ad6c4263891e6c8acac105a"; |
46 | 46 | flake = false; # we need it to be available in shell |
47 | 47 | }; |
48 | 48 | cardano-prelude = { |
|
51 | 51 | flake = false; |
52 | 52 | }; |
53 | 53 | cardano-wallet = { |
54 | | - url = "github:input-output-hk/cardano-wallet/a73d8c9717dc4e174745f8568d6f3fe84f0f9d76"; |
| 54 | + url = "github:input-output-hk/cardano-wallet/2ac308b00d9d4a3435f6b9594ded9495e2b217eb"; |
55 | 55 | flake = false; |
56 | 56 | }; |
57 | 57 | ekg-forward = { |
|
78 | 78 | flake = false; |
79 | 79 | }; |
80 | 80 | hysterical-screams = { |
81 | | - url = "github:raduom/hysterical-screams/f3bbd38a19f99de5c8ddc650c94330b2d09a865b"; |
| 81 | + url = "github:raduom/hysterical-screams/4c523469e9efd3f0d10d17da3304923b7b0e0674"; |
82 | 82 | flake = false; |
83 | 83 | }; |
84 | 84 | hw-aeson = { |
|
107 | 107 | }; |
108 | 108 | plutus = { |
109 | 109 | url = |
110 | | - "github:input-output-hk/plutus/f680ac6979e069fcc013e4389ee607ff5fa6672f"; |
| 110 | + "github:input-output-hk/plutus/69ab98c384703172f898eb5bcad1078ded521426"; |
111 | 111 | flake = false; |
112 | 112 | }; |
113 | 113 | plutus-apps = { |
114 | 114 | url = |
115 | | - "github:input-output-hk/plutus-apps/c2b310968d0915e2af0ea4680186b41ad88ffbe9"; |
| 115 | + "github:gege251/plutus-apps/59e269d3a2bc66ab99b0070d16c81dc13636f9c4"; |
116 | 116 | flake = false; |
117 | 117 | }; |
118 | 118 | purescript-bridge = { |
119 | 119 | url = |
120 | 120 | "github:input-output-hk/purescript-bridge/47a1f11825a0f9445e0f98792f79172efef66c00"; |
121 | 121 | flake = false; |
122 | 122 | }; |
| 123 | + quickcheck-dynamic = { |
| 124 | + url = "github:input-output-hk/quickcheck-dynamic/c272906361471d684440f76c297e29ab760f6a1e"; |
| 125 | + flake = false; |
| 126 | + }; |
123 | 127 | servant-purescript = { |
124 | 128 | url = |
125 | 129 | "github:input-output-hk/servant-purescript/44e7cacf109f84984cd99cd3faf185d161826963"; |
|
206 | 210 | src = inputs.cardano-ledger; |
207 | 211 | subdirs = [ |
208 | 212 | "eras/alonzo/impl" |
| 213 | + "eras/alonzo/test-suite" |
209 | 214 | "eras/babbage/impl" |
210 | 215 | "eras/byron/chain/executable-spec" |
211 | 216 | "eras/byron/crypto" |
|
216 | 221 | "eras/shelley/impl" |
217 | 222 | "eras/shelley/test-suite" |
218 | 223 | "eras/shelley-ma/impl" |
| 224 | + "eras/shelley-ma/test-suite" |
219 | 225 | "libs/cardano-data" |
220 | 226 | "libs/cardano-ledger-core" |
221 | 227 | "libs/cardano-ledger-pretty" |
|
359 | 365 | "plutus-pab" |
360 | 366 | "plutus-playground-server" |
361 | 367 | "plutus-script-utils" |
| 368 | + "plutus-streaming" |
| 369 | + "plutus-tx-constraints" |
362 | 370 | "plutus-use-cases" |
363 | | - "quickcheck-dynamic" |
364 | 371 | "web-ghc" |
365 | 372 | ]; |
366 | 373 | } |
367 | 374 | { |
368 | 375 | src = inputs.purescript-bridge; |
369 | 376 | subdirs = [ "." ]; |
370 | 377 | } |
| 378 | + { |
| 379 | + src = inputs.quickcheck-dynamic; |
| 380 | + subdirs = [ "." ]; |
| 381 | + } |
371 | 382 | { |
372 | 383 | src = inputs.servant-purescript; |
373 | 384 | subdirs = [ "." ]; |
|
0 commit comments