Skip to content

Commit dcef2fc

Browse files
committed
[LW-9778, DDW-1228] Update cardano-wallet to v2024-03-01
1 parent 2649489 commit dcef2fc

File tree

4 files changed

+5
-46
lines changed

4 files changed

+5
-46
lines changed

flake.lock

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

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
inputs = {
55
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-22.11-darwin";
6-
cardano-wallet-unpatched.url = "github:cardano-foundation/cardano-wallet/rc-latest";
6+
cardano-wallet-unpatched.url = "github:cardano-foundation/cardano-wallet/v2024-03-01";
77
cardano-wallet-unpatched.flake = false; # otherwise, +10k quadratic dependencies in flake.lock…
88
cardano-playground.url = "github:input-output-hk/cardano-playground";
99
cardano-playground.flake = false; # otherwise, +9k dependencies in flake.lock…

nix/internal/cardano-wallet--enable-aarch64-darwin.patch

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

nix/internal/common.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ rec {
3333
cp -r ${unpatched} $out
3434
chmod -R +w $out
3535
cd $out
36-
patch -p1 -i ${./cardano-wallet--enable-aarch64-darwin.patch}
3736
patch -p1 -i ${./cardano-wallet--expose-windowsPackages.patch}
3837
'');
3938
inherit (unpatched) rev shortRev lastModified lastModifiedDate;

0 commit comments

Comments
 (0)