about summary refs log tree commit diff
path: root/pkgs/tools/security/nuclei
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-05-05 12:05:14 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2021-05-05 12:05:14 +0200
commitc03b6b89a878cb1fa0f250a31b4761f4ad43dd11 (patch)
tree7a73da179a1fe06f3d85f7140af015dc592414b7 /pkgs/tools/security/nuclei
parent39e6bf76474ce742eb027a88c4da6331f0a1526f (diff)
nuclei: 2.3.4 -> 2.3.6
Diffstat (limited to 'pkgs/tools/security/nuclei')
-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 da654e74f9bdb..42dc9db651e97 100644
--- a/pkgs/tools/security/nuclei/default.nix
+++ b/pkgs/tools/security/nuclei/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "nuclei";
-  version = "2.3.4";
+  version = "2.3.6";
 
   src = fetchFromGitHub {
     owner = "projectdiscovery";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-qjbr3kTgIFdxyzRwSvWyh5krrlzD8i1nMeoLZYSbr6g=";
+    sha256 = "sha256-9C/r1B+lEveRHRLgD0ay9xhi6100c/SGfUaiP7qwstc=";
   };
 
-  vendorSha256 = "sha256-qmuua7HXnwuy24CSqHKALqNDmXBvSIXYTVu3kaGVoeU=";
+  vendorSha256 = "sha256-GAJxEBLZmbSmCeuAEYIHQ4xEzbTJYlJU+JCAL5hlVzY=";
 
   modRoot = "./v2";
   subPackages = [