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

View File

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