Skip to content

Commit

Permalink
amass: 3.10.1 -> 3.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Sep 22, 2020
1 parent 2e30e22 commit ff64cb7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pkgs/tools/networking/amass/default.nix
Expand Up @@ -5,24 +5,22 @@

buildGoModule rec {
pname = "amass";
version = "3.10.1";
version = "3.10.3";

src = fetchFromGitHub {
owner = "OWASP";
repo = "Amass";
rev = "v${version}";
sha256 = "1djkryx8bz2rg0iqqb30jb122ydiyli2i9xsvcdmd42c47hxg46y";
sha256 = "1vjplwjv0vwwxdpbky7i6dz3phl7yfcbr8fwrbsb47bmj0ldkapc";
};

vendorSha256 = "0c3hyvy8s470zvrv49fx0iil59z0xq10dw4vnr55qgbm2k2pay6w";

doCheck = false;

outputs = [ "out" "wordlists" ];

postInstall = ''
mkdir -p $wordlists
cp -R $src/examples/wordlists/*.txt $wordlists
cp -R examples/wordlists/*.txt $wordlists
gzip $wordlists/*.txt
'';

Expand Down

0 comments on commit ff64cb7

Please sign in to comment.