Revert "amass: 2.8.5 -> 2.9.1"

I did not intend to push directly to master, I'm going to revert this
and go through a pull request instead!

This reverts commit 770e014574.
This commit is contained in:
Wael M. Nasreddine
2019-02-04 21:54:03 -08:00
parent 770e014574
commit aae923a255
2 changed files with 23 additions and 265 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
buildGoPackage rec {
name = "amass-${version}";
version = "2.9.1";
version = "2.8.5";
goPackagePath = "github.com/OWASP/Amass";
@@ -14,7 +14,7 @@ buildGoPackage rec {
owner = "OWASP";
repo = "Amass";
rev = version;
sha256 = "07vs741vmhi735ba26wscldwdx0i2yamr2g8bq7jr3sjik8ncd29";
sha256 = "1nsqg1p7hcv369d53n13xps3ks6fgzkkp6v9q87l04yj32nbr5qy";
};
outputs = [ "bin" "out" "wordlists" ];