amass: 3.10.3 -> 3.10.5

This commit is contained in:
R. RyanTM 2020-10-17 15:38:38 +00:00 committed by Jon
parent d01b2e5c05
commit e072662ed6

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "amass";
version = "3.10.3";
version = "3.10.5";
src = fetchFromGitHub {
owner = "OWASP";
repo = "Amass";
rev = "v${version}";
sha256 = "1vjplwjv0vwwxdpbky7i6dz3phl7yfcbr8fwrbsb47bmj0ldkapc";
sha256 = "0zxjgg9z45cs116wa643dfh12skz8zydb85vn03ss150hdlgspda";
};
vendorSha256 = "0c3hyvy8s470zvrv49fx0iil59z0xq10dw4vnr55qgbm2k2pay6w";
vendorSha256 = "1l7y2h7kpvj6lh3dki5sw0ziyzwihfy0scdk8jqf108ca23g8zv8";
outputs = [ "out" "wordlists" ];