Skip to content

Commit da083a3

Browse files
authored
Merge pull request #3013 from input-output-hk/chore/node-1.35.1-by-wallet-pr
Update `cardano-node` to 1.35.1 via `cardano-wallet` PR `.patch`
2 parents 9f18ff7 + 963f9a6 commit da083a3

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

default.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ let
3737
chmod -R +w $out
3838
cd $out
3939
patch -p1 -i ${./nix/cardano-wallet--enable-aarch64-darwin.patch}
40-
patch -p1 -i ${./nix/cardano-wallet--node-1.35.1.patch}
40+
patch -p1 -i ${pkgs.fetchurl {
41+
url = "https://github.com/input-output-hk/cardano-wallet/pull/3382.patch";
42+
sha256 = "1ii12g2zikv4197c7bsh4v5dc1jzygn1jap8xvnr7mvh3a09pdgn";
43+
}}
4144
'';
4245
};
4346
haskellNix = import sources."haskell.nix" {};

nix/cardano-wallet--node-1.35.1.patch

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)