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:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user