nuclei-templates: 10.2.1 -> 10.2.2

This commit is contained in:
R. Ryantm
2025-05-27 06:05:36 +00:00
parent d9dd002a29
commit 06e5169405
+2 -2
View File
@@ -6,13 +6,13 @@
stdenvNoCC.mkDerivation rec {
pname = "nuclei-templates";
version = "10.2.1";
version = "10.2.2";
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = "nuclei-templates";
tag = "v${version}";
hash = "sha256-r2c6mmW/bLUGb8n1zvNJWrxyvSWBfPuTsU7tneeGaVE=";
hash = "sha256-FWOfh/W2Hy01Z7oEItLtWidbvEfwVBDU9KAaCoFO0AI=";
};
installPhase = ''