From c573f7d5494b8784a94a44d0466fb433ae4fc6b2 Mon Sep 17 00:00:00 2001 From: Doug Campos Date: Thu, 18 Dec 2025 00:45:38 -0500 Subject: [PATCH] fix: update nix vendorHash for Go dependencies --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 6704a908..c76cbc80 100644 --- a/default.nix +++ b/default.nix @@ -9,7 +9,7 @@ pkgs.buildGoModule { subPackages = [ "cmd/bd" ]; doCheck = false; # Go module dependencies hash (computed via nix build) - vendorHash = "sha256-ha3sFcbr3fGrHVtSnbrDut/DAnCEy3uGtrcQAozAFJs="; + vendorHash = "sha256-Gyj/Vs3IEWPwqzfNoNBSL4VFifEhjnltlr1AROwGPc4="; # Git is required for tests nativeBuildInputs = [ pkgs.git ];