|
17 | 17 | # all inputs below here are for pinning with haskell.nix |
18 | 18 | cardano-addresses = { |
19 | 19 | url = |
20 | | - "github:input-output-hk/cardano-addresses/b6f2f3cef01a399376064194fd96711a5bdba4a7"; |
| 20 | + "github:input-output-hk/cardano-addresses/b7273a5d3c21f1a003595ebf1e1f79c28cd72513"; |
21 | 21 | flake = false; |
22 | 22 | }; |
23 | 23 | cardano-base = { |
|
37 | 37 | }; |
38 | 38 | cardano-ledger = { |
39 | 39 | url = |
40 | | - "github:input-output-hk/cardano-ledger/3be8a19083fc13d9261b1640e27dd389b51bb08e"; |
| 40 | + "github:input-output-hk/cardano-ledger/c7c63dabdb215ebdaed8b63274965966f2bf408f"; |
41 | 41 | flake = false; |
42 | 42 | }; |
43 | 43 | cardano-node = { |
44 | 44 | url = |
45 | | - "github:input-output-hk/cardano-node/c75451f0ffd7a60b5ad6c4263891e6c8acac105a"; |
| 45 | + "github:input-output-hk/cardano-node?ref=1.35.3-rc1"; |
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/2ac308b00d9d4a3435f6b9594ded9495e2b217eb"; |
| 54 | + url = "github:input-output-hk/cardano-wallet/18a931648550246695c790578d4a55ee2f10463e"; |
55 | 55 | flake = false; |
56 | 56 | }; |
57 | 57 | ekg-forward = { |
|
74 | 74 | flake = false; |
75 | 75 | }; |
76 | 76 | hedgehog-extras = { |
77 | | - url = "github:input-output-hk/hedgehog-extras/967d79533c21e33387d0227a5f6cc185203fe658"; |
| 77 | + url = "github:input-output-hk/hedgehog-extras/714ee03a5a786a05fc57ac5d2f1c2edce4660d85"; |
78 | 78 | flake = false; |
79 | 79 | }; |
80 | 80 | hysterical-screams = { |
81 | 81 | url = "github:raduom/hysterical-screams/4c523469e9efd3f0d10d17da3304923b7b0e0674"; |
82 | 82 | flake = false; |
83 | 83 | }; |
84 | 84 | hw-aeson = { |
85 | | - url = "github:haskell-works/hw-aeson/d99d2f3e39a287607418ae605b132a3deb2b753f"; |
| 85 | + url = "github:haskell-works/hw-aeson/b5ef03a7d7443fcd6217ed88c335f0c411a05408"; |
86 | 86 | flake = false; |
87 | 87 | }; |
88 | 88 | iohk-monitoring-framework = { |
|
102 | 102 | }; |
103 | 103 | ouroboros-network = { |
104 | 104 | url = |
105 | | - "github:input-output-hk/ouroboros-network/a65c29b6a85e90d430c7f58d362b7eb097fd4949"; |
| 105 | + "github:input-output-hk/ouroboros-network/cb9eba406ceb2df338d8384b35c8addfe2067201"; |
106 | 106 | flake = false; |
107 | 107 | }; |
108 | 108 | plutus = { |
109 | 109 | url = |
110 | | - "github:input-output-hk/plutus/69ab98c384703172f898eb5bcad1078ded521426"; |
| 110 | + "github:input-output-hk/plutus/a56c96598b4b25c9e28215214d25189331087244"; |
111 | 111 | flake = false; |
112 | 112 | }; |
113 | 113 | plutus-apps = { |
114 | 114 | url = |
115 | | - "github:mlabs-haskell/plutus-apps/5cd1682b1ccf8f12c64fc0c1731d61fee41779f6"; |
| 115 | + "github:mikekeke/plutus-apps/efdb04b602ade22245769f7e52d07475b3e8c339"; |
| 116 | + # "git+file:///home/mike/dev/iog/plutus-apps-bpi-debug?rev=7ab52429bfe1b88dd46c72727b40f871d3fb8d63"; |
116 | 117 | flake = false; |
117 | 118 | }; |
118 | 119 | purescript-bridge = { |
|
358 | 359 | "playground-common" |
359 | 360 | "plutus-chain-index" |
360 | 361 | "plutus-chain-index-core" |
| 362 | + "plutus-hysterical-screams" |
361 | 363 | "plutus-contract" |
362 | 364 | "plutus-contract-certification" |
363 | 365 | "plutus-ledger" |
|
411 | 413 | additional = ps: [ |
412 | 414 | ps.plutus-pab |
413 | 415 | ]; |
414 | | - withHoogle = false; |
| 416 | + withHoogle = true; |
415 | 417 | tools.haskell-language-server = { }; |
416 | 418 | exactDeps = true; |
417 | 419 | nativeBuildInputs = with pkgs'; [ |
|
0 commit comments