nuclei-templates: 9.8.6 -> 9.8.7

This commit is contained in:
R. Ryantm
2024-05-23 17:44:52 +00:00
parent 64ea1c0661
commit 14fdf50a3c
+2 -2
View File
@@ -6,13 +6,13 @@
stdenvNoCC.mkDerivation rec {
pname = "nuclei-templates";
version = "9.8.6";
version = "9.8.7";
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = "nuclei-templates";
rev = "refs/tags/v${version}";
hash = "sha256-3hJfWSBciJ/UutVBIGisptcxmtWfvSfTbx55cyWxs4k=";
hash = "sha256-Masj0v9WGcLJKd/43T4klwyIM2uqhvuLSW5PBuKzsQg=";
};
installPhase = ''