amass: 2.8.5 -> 2.9.1 (#55252)

This commit is contained in:
Wael Nasreddine
2019-02-05 18:45:07 -08:00
committed by GitHub
parent 81531046e8
commit 89c2bf5069
2 changed files with 265 additions and 23 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
buildGoPackage rec {
name = "amass-${version}";
version = "2.8.5";
version = "2.9.1";
goPackagePath = "github.com/OWASP/Amass";
@@ -14,7 +14,7 @@ buildGoPackage rec {
owner = "OWASP";
repo = "Amass";
rev = version;
sha256 = "1nsqg1p7hcv369d53n13xps3ks6fgzkkp6v9q87l04yj32nbr5qy";
sha256 = "07vs741vmhi735ba26wscldwdx0i2yamr2g8bq7jr3sjik8ncd29";
};
outputs = [ "bin" "out" "wordlists" ];