From 5b515fff77dd520bf2c2d0aef0e73ec137f67ab4 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Wed, 15 Jan 2025 14:41:33 -0600 Subject: [PATCH] Update hash for go deps --- nix/cache.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/cache.nix b/nix/cache.nix index 239551e..3afa799 100644 --- a/nix/cache.nix +++ b/nix/cache.nix @@ -17,7 +17,7 @@ let pname = "cache"; version = "0.0.0"; src = ./cache; - vendorHash = "sha256-Mtq6BIlBNxI28eoLPfayov5uUqC4gMK+4ib6VKjyAlU="; + vendorHash = "sha256-i/LzGiFbXCPQ8qWGiMh7ozhf4EIzn1Xf2e2g1OAW9gQ="; #vendorHash = lib.fakeHash; meta.mainProgram = "main"; };