gowitness: 2.4.2 -> 2.5.0

This commit is contained in:
R. Ryantm 2023-05-09 08:49:29 +00:00
parent c1675d6f0e
commit 7cdeac99a2

View file

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "gowitness"; pname = "gowitness";
version = "2.4.2"; version = "2.5.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sensepost"; owner = "sensepost";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-e4J+W5VHVy/ngC5FDsDBStIaIR7jODWPt8VGTfAse44="; sha256 = "sha256-rylft6v6Np8xOm2AUtH7e/zDZQ87WNPeerXEtziSrDw=";
}; };
vendorSha256 = "sha256-NFQbulW07sljskjLn6A4f+PMMCJxploYqAHE+K7XxH8="; vendorHash = "sha256-l6jdVsKKLqEyFpz7JhkLLjVTWX1pZenlCY5UqSZVMdc=";
ldflags = [ "-s" "-w" ]; ldflags = [ "-s" "-w" ];