nuclei-templates: 10.2.2 -> 10.2.3

This commit is contained in:
R. Ryantm
2025-06-16 19:27:19 +00:00
parent 88c2eff74c
commit 0f329ea078
+2 -2
View File
@@ -6,13 +6,13 @@
stdenvNoCC.mkDerivation rec {
pname = "nuclei-templates";
version = "10.2.2";
version = "10.2.3";
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = "nuclei-templates";
tag = "v${version}";
hash = "sha256-FWOfh/W2Hy01Z7oEItLtWidbvEfwVBDU9KAaCoFO0AI=";
hash = "sha256-WncT1mij/EncI+uGyDJLfK1Qk7kQAEDbeUdIcI67zPk=";
};
installPhase = ''