From 544e3e43b51bb230b740a5fdb758b2ce8ba5eb9a Mon Sep 17 00:00:00 2001 From: nymius <155548262+nymius@users.noreply.github.com> Date: Thu, 12 Feb 2026 11:18:38 -0300 Subject: [PATCH] build(nix): update bdk-tx outputHash in flake.nix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6a50af6..674900b 100644 --- a/flake.nix +++ b/flake.nix @@ -46,7 +46,7 @@ cargoLock = { lockFile = ./Cargo.lock; outputHashes = { - "bdk_tx-0.1.0" = "sha256-kND3yQ80ld8bQskf1Y+aDgJnZegTEviVV9d2zc7wwuQ="; + "bdk_tx-0.1.0" = "sha256-29weg2aCn+4MHC9DJLSBd09RS7igbTqF/fKRd5u5ef4="; }; };