nuclei-templates: 10.2.4 -> 10.2.5 (#425351)

This commit is contained in:
Fabian Affolter
2025-07-16 23:16:20 +02:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenvNoCC.mkDerivation rec {
pname = "nuclei-templates";
version = "10.2.4";
version = "10.2.5";
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = "nuclei-templates";
tag = "v${version}";
hash = "sha256-RBZjtKkUk+kOob2VBFh1rPrVuUsIBMAetUhMClOZY6s=";
hash = "sha256-fJykVJHfuSmnSuR/Sxup8pr+KKwqQoYqLeNLoXMau4E=";
};
installPhase = ''