From d94a63a409a79d509e45625acc455d0fbf955d43 Mon Sep 17 00:00:00 2001 From: Michal Rus Date: Mon, 30 Sep 2024 10:58:04 +0200 Subject: [PATCH] [LW-11505] Update `cardano-node` to 9.2.1 via `cardano-wallet` v2024-09-29 --- CHANGELOG.md | 2 +- flake.lock | 8 ++++---- flake.nix | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18d100b6bd..4ebda42ba8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ ### Chores -- Update `cardano-node` to 9.2.0 via `cardano-wallet` v2024-09-26 ([PR 3229](https://github.com/input-output-hk/daedalus/pull/3229)) +- Update `cardano-node` to 9.2.1 via `cardano-wallet` v2024-09-29 ([PR 3229](https://github.com/input-output-hk/daedalus/pull/3229)) - Decrease Catalyst voting power threshold from 500 to 25 ADA ([PR 3230](https://github.com/input-output-hk/daedalus/pull/3230)) diff --git a/flake.lock b/flake.lock index 2c53da15ef..faefb92d8b 100644 --- a/flake.lock +++ b/flake.lock @@ -37,16 +37,16 @@ "cardano-wallet-unpatched": { "flake": false, "locked": { - "lastModified": 1727343927, - "narHash": "sha256-pWRIHb/vKvx67RN2/EC9YZSOw3GqG15sdFctbZymznA=", + "lastModified": 1727640066, + "narHash": "sha256-VXNbKR7l4XKq3eDJ2sYr1ACYU4YXJSvppySVV7DoWMo=", "owner": "cardano-foundation", "repo": "cardano-wallet", - "rev": "fbf16d32a63eb115835c5021b9d7b21ef701b052", + "rev": "b44176d25d8d417f06aa2640513ace2d65b91b00", "type": "github" }, "original": { "owner": "cardano-foundation", - "ref": "v2024-09-26", + "ref": "v2024-09-29", "repo": "cardano-wallet", "type": "github" } diff --git a/flake.nix b/flake.nix index 0269be2374..aeb6c4d3f9 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/v2024-09-26"; + cardano-wallet-unpatched.url = "github:cardano-foundation/cardano-wallet/v2024-09-29"; cardano-wallet-unpatched.flake = false; # otherwise, +10k quadratic dependencies in flake.lock… cardano-playground.url = "github:input-output-hk/cardano-playground/b4f47fd78beec0ea1ed880d6f0b794919e0c0463"; cardano-playground.flake = false; # otherwise, +9k dependencies in flake.lock…