Misaka13514
2024-06-17 07:23:32 +08:00
parent 63b875e099
commit efdd611b5e
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "nuclei";
version = "3.2.8";
version = "3.2.9";
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = "nuclei";
rev = "refs/tags/v${version}";
hash = "sha256-U/L9V/1aGMjh30s/XDgV522RdLhS1yyUkHwkFDWjA4U=";
hash = "sha256-4YfdpM+F2hP88GbB5ct2dla/balbt8uQcJSUyJut99U=";
};
vendorHash = "sha256-DGNjDKjFZ0EJPOJxC7nTCCts8pisomfe4eru2WAHHow=";
vendorHash = "sha256-zonoIvDbSHpURKPJoTfL2SrpiIAQkh0oAGEDEQiH35M=";
subPackages = [ "cmd/nuclei/" ];