Update hash for go deps

This commit is contained in:
Greg Hellings
2025-01-15 14:41:33 -06:00
parent 6f026b964e
commit 5b515fff77
+1 -1
View File
@@ -17,7 +17,7 @@ let
pname = "cache"; pname = "cache";
version = "0.0.0"; version = "0.0.0";
src = ./cache; src = ./cache;
vendorHash = "sha256-Mtq6BIlBNxI28eoLPfayov5uUqC4gMK+4ib6VKjyAlU="; vendorHash = "sha256-i/LzGiFbXCPQ8qWGiMh7ozhf4EIzn1Xf2e2g1OAW9gQ=";
#vendorHash = lib.fakeHash; #vendorHash = lib.fakeHash;
meta.mainProgram = "main"; meta.mainProgram = "main";
}; };