nuclei-templates: 9.8.5 -> 9.8.6

This commit is contained in:
R. Ryantm 2024-05-10 13:48:00 +00:00
parent 0c9055e823
commit 59fda8fcae

View File

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