about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-29 16:32:43 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2023-11-04 11:11:38 -0700
commitc92f7ba7a2049bbe22d50efe9f5cb5f017891663 (patch)
tree9722030658fe14c5e1e441adb3194271fe048589 /pkgs/tools
parenta7f639d965b4db68ba7cdbb34a8f86566204fc58 (diff)
gowitness: 2.5.0 -> 2.5.1
Diffstat (limited to 'pkgs/tools')
-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 a361c141d3a0b..8f74269941652 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.5.0";
+  version = "2.5.1";
 
   src = fetchFromGitHub {
     owner = "sensepost";
     repo = pname;
     rev = version;
-    sha256 = "sha256-rylft6v6Np8xOm2AUtH7e/zDZQ87WNPeerXEtziSrDw=";
+    sha256 = "sha256-37OorjzxDu27FNAz4LTtQdFjt0tL9jSb9tGZhlq797Q=";
   };
 
-  vendorHash = "sha256-l6jdVsKKLqEyFpz7JhkLLjVTWX1pZenlCY5UqSZVMdc=";
+  vendorHash = "sha256-Exw5NfR3nDYH+hWMPOKuVIRyrVkOJyP7Kwe4jzQwnsI=";
 
   ldflags = [ "-s" "-w" ];