Merge pull request #118209 from fabaff/bump-nuclei

nuclei: 2.3.2 -> 2.3.3
This commit is contained in:
Sandro 2021-04-01 10:54:06 +02:00 committed by GitHub
commit 3ecdc94738
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.3.2";
version = "2.3.3";
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = pname;
rev = "v${version}";
sha256 = "sha256-QF9w3ZrW+Mbl6EOC1n2848+q71AhxXTf0j//Us9L1r8=";
sha256 = "sha256-6Y93Buxq9HIqeXY92xq5KjSn2nn+u05bKGNNi/myeSo=";
};
vendorSha256 = "sha256-qmuua7HXnwuy24CSqHKALqNDmXBvSIXYTVu3kaGVoeU=";