nuclei-templates: 10.3.1 -> 10.3.2

This commit is contained in:
R. Ryantm
2025-11-18 19:33:06 +00:00
parent da72f8229b
commit e4b7419667
+2 -2
View File
@@ -6,13 +6,13 @@
stdenvNoCC.mkDerivation rec {
pname = "nuclei-templates";
version = "10.3.1";
version = "10.3.2";
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = "nuclei-templates";
tag = "v${version}";
hash = "sha256-ZiqTusOcWv3XRQaxOlu8MojQHBbCue7IIyPI078YP04=";
hash = "sha256-8zb+s5XLa5t0DklswqKiFoAvcXyNxS7QgSjTySWJBGA=";
};
installPhase = ''