chore: fix nix hash and docs version

This commit is contained in:
Aarnav Tale
2025-04-15 10:56:19 -04:00
parent 6be55ec686
commit ae0aadd83f
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ buildGoModule {
pname = "hp_agent";
version = (builtins.fromJSON (builtins.readFile ../package.json)).version;
src = ../.;
vendorHash = "sha256-G0kahv3mPTL/mxU2U+0IytJaFVPXMbMBktbLMfM0BO8=";
vendorHash = "sha256-5TmX9ZUotNC3ZnNWRlyugAmzQG/WSZ66jFfGljql/ww=";
ldflags = ["-s" "-w"];
env.CGO_ENABLED = 0;
}