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

nuclei-templates: 9.8.1 -> 9.8.5
This commit is contained in:
Fabian Affolter 2024-04-23 16:48:35 +02:00 committed by GitHub
commit b414b4f301
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@
stdenvNoCC.mkDerivation rec {
pname = "nuclei-templates";
version = "9.8.1";
version = "9.8.5";
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = "nuclei-templates";
rev = "refs/tags/v${version}";
hash = "sha256-g1MwzJK9a8bpbbP9EoUi0UBR54nfnyg3RDi9qwIKlH0=";
hash = "sha256-j1W/Gq002Y+/Lrq51Od8iZoxbMJji20kpbUaCC7ieqE=";
};
installPhase = ''