Merge pull request #302720 from Misaka13514/bump-nuclei

nuclei: 3.2.3 -> 3.2.4
This commit is contained in:
Fabian Affolter 2024-04-09 11:17:49 +02:00 committed by GitHub
commit 13cc607d17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,16 +6,16 @@
buildGoModule rec { buildGoModule rec {
pname = "nuclei"; pname = "nuclei";
version = "3.2.3"; version = "3.2.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "projectdiscovery"; owner = "projectdiscovery";
repo = "nuclei"; repo = "nuclei";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-rcFgSblSXQUGu58cLbjGtvVfEa3AJUwkYEcrizqJTwM="; hash = "sha256-xrIR2QVizORxR2OO09Qj5h8avv2xeIsQ+VfmlZotML8=";
}; };
vendorHash = "sha256-Ttv25D7GAFjbP25AcRfKPu4wT3SMroAAf3px48IWZLA="; vendorHash = "sha256-s2h0ayBEuHUHcqYvyQTMNu9+NR5OVjzRshKzILDlrKs=";
subPackages = [ "cmd/nuclei/" ]; subPackages = [ "cmd/nuclei/" ];