lol

Merge pull request #192738 from r-ryantm/auto-update/amass

amass: 3.19.3 -> 3.20.0

authored by

Fabian Affolter and committed by
GitHub
b4c66990 31b071c5

+3 -3
+3 -3
pkgs/tools/networking/amass/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "amass"; 8 - version = "3.19.3"; 8 + version = "3.20.0"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "OWASP"; 12 12 repo = "Amass"; 13 13 rev = "v${version}"; 14 - sha256 = "sha256-7qLlnyoDMjJg0vOmilvhQ+Tm6T/IkMOWj/jPxMsB4ko="; 14 + sha256 = "sha256-c6PAmCIxQEkLJi0PNS+8oO/q3lWS0ZSXMiOiExWRpgY="; 15 15 }; 16 16 17 - vendorSha256 = "sha256-Yh1OAoPPWSG83WdH1caHodRWovdyYcUsEoPdckmVfHQ="; 17 + vendorSha256 = "sha256-hoX/i3RIMhs2ssm1qELHKceS3Vzo6cj/eMuAROyz/mQ="; 18 18 19 19 outputs = [ "out" "wordlists" ]; 20 20