about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorYongun Seong <nevivurn@nevi.dev>2024-04-06 06:07:19 +0900
committerYongun Seong <nevivurn@nevi.dev>2024-04-14 14:27:53 +0900
commitb6f237dd7a322eff33057dc63b8971886c79d542 (patch)
tree4a0984d69f13c262936d420563674170cc02c163 /pkgs/tools
parenta17f40f2d4a632e26a7b954a1e1212d5c5d29cb5 (diff)
threatest: fix vendorHash for go1.22
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/threatest/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/threatest/default.nix b/pkgs/tools/security/threatest/default.nix
index a53804f1d1fce..88427627938bc 100644
--- a/pkgs/tools/security/threatest/default.nix
+++ b/pkgs/tools/security/threatest/default.nix
@@ -16,7 +16,7 @@ buildGoModule rec {
   };
 
   proxyVendor = true;
-  vendorHash = "sha256-zwHcGy7wjy2yx7nMi88R+z+Is+YcqGRMK0czeBNlcdA=";
+  vendorHash = "sha256-EvVazz51sW8z+8XfZB0Xo42KuUT6Q9n2Y/0HvlF1bV4=";
 
   nativeBuildInputs = [
     installShellFiles