nuclei-templates: 9.9.3 -> 9.9.4 (#339174)

This commit is contained in:
Fabian Affolter 2024-09-04 00:25:03 +02:00 committed by GitHub
commit 03a8d4ed4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
stdenvNoCC.mkDerivation rec {
pname = "nuclei-templates";
version = "9.9.3";
version = "9.9.4";
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = "nuclei-templates";
rev = "refs/tags/v${version}";
hash = "sha256-Iw2TbDQWRy3W7eaybtGG3C+RaciKfjWpYblrCPa8SCE=";
hash = "sha256-1o9FvE8wuvswTXbVncTr77p7oWg0c2bVQQZvOxsgxFw=";
};
installPhase = ''