forked from mirrors/nixpkgs
amass: 4.0.3 -> 4.0.4
Diff: https://github.com/OWASP/Amass/compare/refs/tags/v4.0.3...v4.0.4 Changelog: https://github.com/OWASP/Amass/releases/tag/v4.0.4
This commit is contained in:
parent
8ab9fbba17
commit
a9729124ef
|
@ -5,16 +5,16 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "amass";
|
||||
version = "4.0.3";
|
||||
version = "4.0.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "OWASP";
|
||||
repo = "Amass";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-c5LHF8SPvBqXpz5mRIKU402ZeCs8VUzPIwLoMPrWzdA=";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-KzMpe6pSPCNlk4fhZUZ1dvcj2Vgk8gHbEhVwlxOFKFg=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-4Ml9qiaXf2zBIDdJE7JWHf684YD1yuIPd4VTRcBNLcE=";
|
||||
vendorHash = "sha256-YdHJMUgVNUAREmvBDQl8p5ESOmJykheaQSU6asyZ7qc=";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
|
|
Loading…
Reference in a new issue