From 0b585bad98532a06154dd1477d4f40c1f923428e Mon Sep 17 00:00:00 2001 From: Wilfred Allyn Date: Mon, 17 Feb 2025 13:21:31 -0500 Subject: [PATCH] fix: pin bitcoin commit hash --- bitcoind.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitcoind.nix b/bitcoind.nix index c5b3783d4..1f93030e8 100644 --- a/bitcoind.nix +++ b/bitcoind.nix @@ -6,8 +6,8 @@ src = pkgs.fetchFromGitHub { owner = "Sjors"; repo = "bitcoin"; - rev = "sv2"; - hash = "sha256-iPVtR06DdheYRfZ/Edm1hu3JLoXAu5obddTQ38cqljs="; + rev = "737c02ef0cf36fa5b5f921b3937003bcee6e184d"; # sv2 branch + hash = "sha256-OLSCaj1CAK3L29VZIW4ZB4TGD/PLQrUjbctYvtrzzyE="; }; in pkgs.bitcoind.overrideAttrs (oldAttrs: {