nuclei-templates: 10.1.0 -> 10.1.1 (#367648)

This commit is contained in:
Fabian Affolter
2024-12-23 22:09:09 +01:00
committed by GitHub

View File

@@ -6,13 +6,13 @@
stdenvNoCC.mkDerivation rec {
pname = "nuclei-templates";
version = "10.1.0";
version = "10.1.1";
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = "nuclei-templates";
rev = "refs/tags/v${version}";
hash = "sha256-QQPsj6s1CuEBfUI5L3gV8v2d4CxgoCOlsXe8FIkSJjU=";
hash = "sha256-WqGeNT3OLs5oY/b81fJh3R9b84vXYzn2u5hY9yI2kGM=";
};
installPhase = ''