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

nuclei-templates: 9.8.8 -> 9.8.9
This commit is contained in:
Fabian Affolter 2024-06-14 22:12:06 +02:00 committed by GitHub
commit 13f6f301d0
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.8.8";
version = "9.8.9";
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = "nuclei-templates";
rev = "refs/tags/v${version}";
hash = "sha256-6oY22IQKCV00MtxUw4YwY2U/xH+N06n371DSK7C0nj8=";
hash = "sha256-BdlS0gBeGI+5hEgUvkdJPEuZhXpA7Spd2wJ2PtmCkpM=";
};
installPhase = ''