Merge pull request #140244 from fabaff/bump-amass

amass: 3.13.4 -> 3.14.0

authored by Fabian Affolter and committed by GitHub 08de880a b0090040

+3 -3
+3 -3
pkgs/tools/networking/amass/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "amass"; 8 - version = "3.13.4"; 8 + version = "3.14.0"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "OWASP"; 12 12 repo = "Amass"; 13 13 rev = "v${version}"; 14 - sha256 = "0zlkr0r06w3y34nx174wyfwk69i2q0bcq88kfvb0j3d28fdh5p31"; 14 + sha256 = "sha256-DlWfiJiBgXhPzl8RlMu4mlvd9kiSBI5LRPntv8XieXc="; 15 15 }; 16 16 17 - vendorSha256 = "065n1vhj5003ay4pflp418w32s84jvza52lghj6cpcdzs0rwgc45"; 17 + vendorSha256 = "sha256-3+ORdF5CBrYYpn69ddtMfSyOwXIEB3NS8zQ+NUdDWqA="; 18 18 19 19 outputs = [ "out" "wordlists" ]; 20 20