Merge pull request #168630 from fabaff/bump-nuclei

nuclei: 2.6.6 -> 2.6.7
This commit is contained in:
Mario Rodas 2022-04-14 22:06:45 -05:00 committed by GitHub
commit c18683f350
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "nuclei";
version = "2.6.6";
version = "2.6.7";
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = pname;
rev = "v${version}";
sha256 = "sha256-IZxLnJyfF4MF2aTFYDyZoWdhvrd1cUJkGsASqo9KAyk=";
sha256 = "sha256-lW9QTk9TBXf/W483hGny9p2isoiDl3z0+UecDm9VLOs=";
};
vendorSha256 = "sha256-oiRpxCAdxDjlUUHqRmpAHypmESQJpziOmBtTwKig7nk=";