Merge pull request #118525 from r-ryantm/auto-update/nuclei

nuclei: 2.3.3 -> 2.3.4
This commit is contained in:
Fabian Affolter
2021-04-05 10:34:31 +02:00
committed by GitHub

View File

@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "nuclei";
version = "2.3.3";
version = "2.3.4";
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = pname;
rev = "v${version}";
sha256 = "sha256-6Y93Buxq9HIqeXY92xq5KjSn2nn+u05bKGNNi/myeSo=";
sha256 = "sha256-qjbr3kTgIFdxyzRwSvWyh5krrlzD8i1nMeoLZYSbr6g=";
};
vendorSha256 = "sha256-qmuua7HXnwuy24CSqHKALqNDmXBvSIXYTVu3kaGVoeU=";