Merge pull request #306778 from Misaka13514/bump-nuclei

nuclei: 3.2.4 -> 3.2.5
This commit is contained in:
Fabian Affolter 2024-04-25 17:16:30 +02:00 committed by GitHub
commit 7a766aaba5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

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