From 3db407bd5dd2b8dac8b694a071f8bb83a4a0c694 Mon Sep 17 00:00:00 2001 From: zeapoz Date: Thu, 23 Apr 2026 16:10:31 +0900 Subject: [PATCH] fix(nix): correct halo2_gadgets hash --- nix/git-hooks.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/git-hooks.nix b/nix/git-hooks.nix index 3fe4fb4..2b71269 100644 --- a/nix/git-hooks.nix +++ b/nix/git-hooks.nix @@ -14,7 +14,7 @@ lockFile = ../Cargo.lock; # Forked crates. outputHashes = { - "halo2_gadgets-0.3.1" = "sha256-+1tMFB2w70mJPAiYJboO5rtu0C+rUuPi9qvHf7kk04U="; + "halo2_gadgets-0.3.1" = "sha256-bRLQ9krL6pgA1iaVPD7OKoOpIgPmv4O+LQ/1K1/SiJI="; "orchard-0.11.0" = "sha256-jVoOLFAQy1BtaOccQbb+dhrlcX0Jyqy65twuo0d0QlM="; "sapling-crypto-0.5.0" = "sha256-UwxRBXEhvlcar4g3mKAirke3/oyFBI9+DHPVpLeb2bQ="; };