From 74370d6830656931a08e4225b138cc9095d0585c Mon Sep 17 00:00:00 2001 From: Alex Goodisman Date: Thu, 4 Apr 2024 17:08:40 -0400 Subject: [PATCH] fix nix vendorHash --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index e5e2f96a..3e93e9ba 100644 --- a/default.nix +++ b/default.nix @@ -9,7 +9,7 @@ buildGoModule { ''; # update: set value to an empty string and run `nix build`. This will download Go, fetch the dependencies and calculates their hash. - vendorHash = "sha256-ceToA2DC1bhmg9WIeNSAfoNoU7sk9PrQqgqt5UbpivQ="; + vendorHash = "sha256-yRY1yQIRg4g5eoyVKpfq+nxl/S7iXC7ZFFZSLo6vggk="; nativeBuildInputs = [ installShellFiles ]; doCheck = false;