1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00

amass: 3.15.2 -> 3.16.0

This commit is contained in:
Fabian Affolter 2022-01-19 17:02:48 +01:00
parent f2fe7b9b52
commit cd873d3b54

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "amass";
version = "3.15.2";
version = "3.16.0";
src = fetchFromGitHub {
owner = "OWASP";
repo = "Amass";
rev = "v${version}";
sha256 = "sha256-0zTnknpjTvUEai06JsRfQASclxpvaJnEfYK7biZeqU0=";
sha256 = "sha256-V3FqiAvHnd3q3yhrhDaeka22R+mBqFdPjGqY4FGCx9M=";
};
vendorSha256 = "sha256-Lh/VN+IBXpT8e7ok5Qjfk5tgXEUVwKMHYcp9WrChN3A=";
vendorSha256 = "sha256-0hor9Sldl8HhlKfYhWhb79wnZSMn5/Hg0Ux937qQkT4=";
outputs = [ "out" "wordlists" ];