Loading pkgs/tools/security/gowitness/default.nix +12 −5 Original line number Diff line number Diff line { lib, buildGoModule, fetchFromGitHub }: { lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = "gowitness"; Loading @@ -6,18 +9,22 @@ buildGoModule rec { src = fetchFromGitHub { owner = "sensepost"; repo = pname; rev = version; sha256 = "sha256-37OorjzxDu27FNAz4LTtQdFjt0tL9jSb9tGZhlq797Q="; repo = "gowitness"; rev = "refs/tags/${version}"; hash = "sha256-37OorjzxDu27FNAz4LTtQdFjt0tL9jSb9tGZhlq797Q="; }; vendorHash = "sha256-Exw5NfR3nDYH+hWMPOKuVIRyrVkOJyP7Kwe4jzQwnsI="; ldflags = [ "-s" "-w" ]; ldflags = [ "-s" "-w" ]; meta = with lib; { description = "Web screenshot utility"; homepage = "https://github.com/sensepost/gowitness"; changelog = "https://github.com/sensepost/gowitness/releases/tag/${version}"; license = licenses.gpl3Only; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/tools/security/gowitness/default.nix +12 −5 Original line number Diff line number Diff line { lib, buildGoModule, fetchFromGitHub }: { lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = "gowitness"; Loading @@ -6,18 +9,22 @@ buildGoModule rec { src = fetchFromGitHub { owner = "sensepost"; repo = pname; rev = version; sha256 = "sha256-37OorjzxDu27FNAz4LTtQdFjt0tL9jSb9tGZhlq797Q="; repo = "gowitness"; rev = "refs/tags/${version}"; hash = "sha256-37OorjzxDu27FNAz4LTtQdFjt0tL9jSb9tGZhlq797Q="; }; vendorHash = "sha256-Exw5NfR3nDYH+hWMPOKuVIRyrVkOJyP7Kwe4jzQwnsI="; ldflags = [ "-s" "-w" ]; ldflags = [ "-s" "-w" ]; meta = with lib; { description = "Web screenshot utility"; homepage = "https://github.com/sensepost/gowitness"; changelog = "https://github.com/sensepost/gowitness/releases/tag/${version}"; license = licenses.gpl3Only; maintainers = with maintainers; [ fab ]; }; Loading