nuclei-templates: 10.4.5 -> 10.4.6

This commit is contained in:
R. Ryantm
2026-07-16 19:52:34 +00:00
parent ab571fccdd
commit 8fb92b0a61

View File

@@ -6,13 +6,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "nuclei-templates";
version = "10.4.5";
version = "10.4.6";
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = "nuclei-templates";
tag = "v${finalAttrs.version}";
hash = "sha256-6czf84bHyvHIT9rA2HUYqQe7lgODl4uRMP/8QepV3AU=";
hash = "sha256-Mv+W1CmUUAs6KntuTBgrp5JDlvyMC1C2Ddm5AGDPtbU=";
};
installPhase = ''