amass: 3.18.2 -> 3.18.3

This commit is contained in:
R. Ryantm 2022-03-26 07:57:48 +00:00
parent 4bbf1a90c4
commit 6816989022

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "amass";
version = "3.18.2";
version = "3.18.3";
src = fetchFromGitHub {
owner = "OWASP";
repo = "Amass";
rev = "v${version}";
sha256 = "sha256-2HE+hzvEbM+68x3YJq8rIMCKAld9MLrCEuHBA4uuetI=";
sha256 = "sha256-DsIqG+r2PrMKEypLuLky60U3nXNt0Ms9YrZetIQGnpE=";
};
vendorSha256 = "sha256-hYrv5z+9JY7gXkC4xQvko7qhwBtzywUy0TMqrlgqXb0=";