about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-04-09 11:17:49 +0200
committerGitHub <noreply@github.com>2024-04-09 11:17:49 +0200
commit13cc607d17aab80f19918b382833dfb7d28aac01 (patch)
tree8d471d41f882757d1405f809a6a9adfe49a92798
parentba524ce36dedc9eeee2d96f8f95e6a002b0a4622 (diff)
parent229f13cb9de0d7495c75eb17ca2c6dd4ec2ea225 (diff)
Merge pull request #302720 from Misaka13514/bump-nuclei
nuclei: 3.2.3 -> 3.2.4
-rw-r--r--pkgs/tools/security/nuclei/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/nuclei/default.nix b/pkgs/tools/security/nuclei/default.nix
index 5e183e44ebab2..1f95c78530b84 100644
--- a/pkgs/tools/security/nuclei/default.nix
+++ b/pkgs/tools/security/nuclei/default.nix
@@ -6,16 +6,16 @@
 
 buildGoModule rec {
   pname = "nuclei";
-  version = "3.2.3";
+  version = "3.2.4";
 
   src = fetchFromGitHub {
     owner = "projectdiscovery";
     repo = "nuclei";
     rev = "refs/tags/v${version}";
-    hash = "sha256-rcFgSblSXQUGu58cLbjGtvVfEa3AJUwkYEcrizqJTwM=";
+    hash = "sha256-xrIR2QVizORxR2OO09Qj5h8avv2xeIsQ+VfmlZotML8=";
   };
 
-  vendorHash = "sha256-Ttv25D7GAFjbP25AcRfKPu4wT3SMroAAf3px48IWZLA=";
+  vendorHash = "sha256-s2h0ayBEuHUHcqYvyQTMNu9+NR5OVjzRshKzILDlrKs=";
 
   subPackages = [ "cmd/nuclei/" ];