nuclei-templates: 10.3.5 -> 10.3.6

This commit is contained in:
R. Ryantm
2025-12-25 21:05:51 +00:00
parent bccbca19b9
commit f68aca0ad1
+2 -2
View File
@@ -6,13 +6,13 @@
stdenvNoCC.mkDerivation rec {
pname = "nuclei-templates";
version = "10.3.5";
version = "10.3.6";
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = "nuclei-templates";
tag = "v${version}";
hash = "sha256-yweoAFS6VFeaX46YcBk6pWeJFHkRovBwVFqApN371HQ=";
hash = "sha256-lDGRpdtqG7O8gzYb0enwPNrXVeWRaNWT67gdgU4hOpg=";
};
installPhase = ''