Merge pull request #335309 from r-ryantm/auto-update/nuclei-templates

nuclei-templates: 9.9.2 -> 9.9.3
This commit is contained in:
Fabian Affolter
2024-08-17 17:37:21 +02:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenvNoCC.mkDerivation rec {
pname = "nuclei-templates";
version = "9.9.2";
version = "9.9.3";
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = "nuclei-templates";
rev = "refs/tags/v${version}";
hash = "sha256-PObtdRhj4KaQRHpSSGCZzhFXRYRAJ4mejkYi7SgOqyE=";
hash = "sha256-Iw2TbDQWRy3W7eaybtGG3C+RaciKfjWpYblrCPa8SCE=";
};
installPhase = ''