Merge pull request #314203 from NixOS/backport-314044-to-release-24.05

[Backport release-24.05] nuclei-templates: 9.8.6 -> 9.8.7
This commit is contained in:
Nick Cao 2024-05-24 09:10:20 -04:00 committed by GitHub
commit b6e2d5e43a
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.6"; version = "9.8.7";
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-3hJfWSBciJ/UutVBIGisptcxmtWfvSfTbx55cyWxs4k="; hash = "sha256-Masj0v9WGcLJKd/43T4klwyIM2uqhvuLSW5PBuKzsQg=";
}; };
installPhase = '' installPhase = ''