about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-09-26 17:13:58 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-09-26 17:13:58 +0000
commit2a7ddf6bc1450f1943c715e56e71ceff514bad58 (patch)
treea0ea2948649a884324807e92e40f914311edfd41 /pkgs/tools
parente09e0b5a3c7fc2ca5104e3eb6c097bc441015fd5 (diff)
nuclei: 3.3.2 -> 3.3.3
Diffstat (limited to 'pkgs/tools')
-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 a0535d3132594..0168237aca8be 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.3.2";
+  version = "3.3.3";
 
   src = fetchFromGitHub {
     owner = "projectdiscovery";
     repo = "nuclei";
     rev = "refs/tags/v${version}";
-    hash = "sha256-CBZeo2k9ZA41NotA6XIhkIQkEDvcbSIBCnPSOYXlLDQ=";
+    hash = "sha256-Cbw/80WjdoxNzf/XvU4sHNeSnriww8cSGGVVF0pCi8Y=";
   };
 
-  vendorHash = "sha256-ewjJ89tCeedlTGngB7yU8JbfoTnPUw5Pg2iMwjg1SgU=";
+  vendorHash = "sha256-jVt7KiUsUHASG7TVWV9G26Qe+H7Qf/kBz/sTwlh5Pc8=";
 
   subPackages = [ "cmd/nuclei/" ];