nuclei-templates: 10.1.1 -> 10.1.2

This commit is contained in:
R. Ryantm
2025-01-22 13:47:38 +00:00
parent 66292a47a4
commit 7e9b6c6ab8
+2 -2
View File
@@ -6,13 +6,13 @@
stdenvNoCC.mkDerivation rec {
pname = "nuclei-templates";
version = "10.1.1";
version = "10.1.2";
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = "nuclei-templates";
tag = "v${version}";
hash = "sha256-WqGeNT3OLs5oY/b81fJh3R9b84vXYzn2u5hY9yI2kGM=";
hash = "sha256-Avg7IKL85skqV2DHgyYa6lt0eE4gZBZkPcVOyoaAJhg=";
};
installPhase = ''