mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
amass: 3.21.2 -> 3.22.0
Diff: https://github.com/OWASP/Amass/compare/v3.21.2...v3.22.0 Changelog: https://github.com/OWASP/Amass/releases/tag/v3.22.0
This commit is contained in:
parent
30fe1f1cf8
commit
d7a0fc6e76
@ -5,16 +5,16 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "amass";
|
||||
version = "3.21.2";
|
||||
version = "3.22.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "OWASP";
|
||||
repo = "Amass";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-s5+l5LBDUPhKkP1+m0R2UXywBX0y+4FWtyYP5F7ccaQ=";
|
||||
hash = "sha256-ph5SYN91/ibZdAAA/SZt7lecZCC93uotjfzkI4erzgU=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-Syi+znSXxjxfD9gqAyqhksWmxuNkwialWaem1NE5MKQ=";
|
||||
vendorHash = "sha256-fZd++VsLcs3MzcM23zE3AVaDPXf+cuLdJp8hsCeEZ1Y=";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
|
Loading…
Reference in New Issue
Block a user