From 2c282653305c98267d55b732898caf3dfd088998 Mon Sep 17 00:00:00 2001 From: Michal Rus Date: Thu, 28 Mar 2024 15:46:49 +0100 Subject: [PATCH] [LW-9778, DDW-1228] Update `cardano-wallet` to v2024-03-27 --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index c11eeb511f..87af0e18f2 100644 --- a/flake.lock +++ b/flake.lock @@ -36,16 +36,16 @@ "cardano-wallet-unpatched": { "flake": false, "locked": { - "lastModified": 1711466874, - "narHash": "sha256-q5aIBKz9gKKw3fKvYvVpZVXhoEIgclUaWDkfPaM3wp8=", + "lastModified": 1711569646, + "narHash": "sha256-rxMPopa3nxQaM0yOxUCq5oj3+XSL68jkuuFVhj/SY+w=", "owner": "cardano-foundation", "repo": "cardano-wallet", - "rev": "78a0e635ad167e39b7d0ca45aeed7b6d2a6cddf9", + "rev": "08ab303b0e111ba8a96ab3d2634adcee230766e4", "type": "github" }, "original": { "owner": "cardano-foundation", - "ref": "pull/4510/head", + "ref": "v2024-03-27", "repo": "cardano-wallet", "type": "github" } diff --git a/flake.nix b/flake.nix index bb176616f7..8050969808 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-22.11-darwin"; - cardano-wallet-unpatched.url = "github:cardano-foundation/cardano-wallet?ref=pull/4510/head"; + cardano-wallet-unpatched.url = "github:cardano-foundation/cardano-wallet/v2024-03-27"; cardano-wallet-unpatched.flake = false; # otherwise, +10k quadratic dependencies in flake.lock… cardano-playground.url = "github:input-output-hk/cardano-playground"; cardano-playground.flake = false; # otherwise, +9k dependencies in flake.lock…