nuclei-templates: 9.8.1 -> 9.8.5

This commit is contained in:
R. Ryantm 2024-04-22 13:25:04 +00:00
parent ee1428c654
commit 1cddc002f4
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 = ''