mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
gowitness: 2.4.0 -> 2.4.2
This commit is contained in:
parent
dbed7c274f
commit
bb29a9b4f9
@ -1,20 +1,19 @@
|
|||||||
{ lib
|
{ lib, buildGoModule, fetchFromGitHub }:
|
||||||
, buildGoModule
|
|
||||||
, fetchFromGitHub
|
|
||||||
}:
|
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "gowitness";
|
pname = "gowitness";
|
||||||
version = "2.4.0";
|
version = "2.4.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sensepost";
|
owner = "sensepost";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-6O4pGsUu9tG3VAIGaD9aauXaVMhvK+HpEjByE0AwVnE=";
|
sha256 = "sha256-e4J+W5VHVy/ngC5FDsDBStIaIR7jODWPt8VGTfAse44=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-6FgYDiz050ZlC1XBz7dKkVFKY7gkGhIm0ND23tMwxC8=";
|
vendorSha256 = "sha256-NFQbulW07sljskjLn6A4f+PMMCJxploYqAHE+K7XxH8=";
|
||||||
|
|
||||||
|
ldflags = [ "-s" "-w" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Web screenshot utility";
|
description = "Web screenshot utility";
|
||||||
|
@ -35955,8 +35955,7 @@ with pkgs;
|
|||||||
gotestwaf = callPackage ../tools/security/gotestwaf { };
|
gotestwaf = callPackage ../tools/security/gotestwaf { };
|
||||||
|
|
||||||
gowitness = callPackage ../tools/security/gowitness {
|
gowitness = callPackage ../tools/security/gowitness {
|
||||||
# pinned due to build failure or vendoring problems. When unpinning double check with: nix-build -A $name.go-modules --rebuild
|
buildGoModule = buildGo119Module;
|
||||||
buildGoModule = buildGo117Module;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
guetzli = callPackage ../applications/graphics/guetzli { };
|
guetzli = callPackage ../applications/graphics/guetzli { };
|
||||||
|
Loading…
Reference in New Issue
Block a user