about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-05-09 08:49:29 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-05-09 08:49:29 +0000
commit7cdeac99a29da2c3cea7a7b15c58c22f9fb1de4e (patch)
tree77b10a15ec8a0b0ba5efc0b8cafee6838fc16da2
parentc1675d6f0e36b0b884e2504fa334a58ff0a40193 (diff)
gowitness: 2.4.2 -> 2.5.0
-rw-r--r--pkgs/tools/security/gowitness/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/gowitness/default.nix b/pkgs/tools/security/gowitness/default.nix
index 80bc40f450e0e..a361c141d3a0b 100644
--- a/pkgs/tools/security/gowitness/default.nix
+++ b/pkgs/tools/security/gowitness/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "gowitness";
-  version = "2.4.2";
+  version = "2.5.0";
 
   src = fetchFromGitHub {
     owner = "sensepost";
     repo = pname;
     rev = version;
-    sha256 = "sha256-e4J+W5VHVy/ngC5FDsDBStIaIR7jODWPt8VGTfAse44=";
+    sha256 = "sha256-rylft6v6Np8xOm2AUtH7e/zDZQ87WNPeerXEtziSrDw=";
   };
 
-  vendorSha256 = "sha256-NFQbulW07sljskjLn6A4f+PMMCJxploYqAHE+K7XxH8=";
+  vendorHash = "sha256-l6jdVsKKLqEyFpz7JhkLLjVTWX1pZenlCY5UqSZVMdc=";
 
   ldflags = [ "-s" "-w" ];