chore: update nix go hash

This commit is contained in:
Aarnav Tale
2025-05-31 16:47:31 -04:00
parent ccde3513dc
commit 46f1576b8f
3 changed files with 3 additions and 15 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ buildGoModule {
pname = "hp_agent";
version = (builtins.fromJSON (builtins.readFile ../package.json)).version;
src = ../.;
vendorHash = "sha256-5TmX9ZUotNC3ZnNWRlyugAmzQG/WSZ66jFfGljql/ww=";
vendorHash = "sha256-qAB6Q19ymeom7126N7ASaFkcqDBRdbjgmG/OTpcX9sI=";
ldflags = ["-s" "-w"];
env.CGO_ENABLED = 0;
}