chore: update go deps nix hash
This commit is contained in:
parent
4961e83a9c
commit
799d7b5728
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ buildGoModule {
|
||||||
pname = "hp_agent";
|
pname = "hp_agent";
|
||||||
version = (builtins.fromJSON (builtins.readFile ../package.json)).version;
|
version = (builtins.fromJSON (builtins.readFile ../package.json)).version;
|
||||||
src = ../.;
|
src = ../.;
|
||||||
vendorHash = "sha256-qAB6Q19ymeom7126N7ASaFkcqDBRdbjgmG/OTpcX9sI=";
|
vendorHash = "sha256-3hZzDORAH+D4FW6SkOv3Enddd+q36ZALryvCPD9E5Ac=";
|
||||||
ldflags = ["-s" "-w"];
|
ldflags = ["-s" "-w"];
|
||||||
env.CGO_ENABLED = 0;
|
env.CGO_ENABLED = 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue