nuclei: 3.3.1 -> 3.3.2

This commit is contained in:
R. Ryantm 2024-09-05 01:28:24 +00:00
parent cc75a581a2
commit f330b5a436

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "nuclei";
version = "3.3.1";
version = "3.3.2";
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = "nuclei";
rev = "refs/tags/v${version}";
hash = "sha256-pUctan5p3jxrj2/98nzibZQAL2EK8R5jnD/hjVgxSzQ=";
hash = "sha256-CBZeo2k9ZA41NotA6XIhkIQkEDvcbSIBCnPSOYXlLDQ=";
};
vendorHash = "sha256-sJkkgh7F5Hgj9K6m7OTQbamkcS3uS78jK9HdLYeypIU=";
vendorHash = "sha256-ewjJ89tCeedlTGngB7yU8JbfoTnPUw5Pg2iMwjg1SgU=";
subPackages = [ "cmd/nuclei/" ];