diff --git a/pkgs/by-name/nu/nuclei-templates/package.nix b/pkgs/by-name/nu/nuclei-templates/package.nix index 1d0c1c6c90bb..989a97f0c5f8 100644 --- a/pkgs/by-name/nu/nuclei-templates/package.nix +++ b/pkgs/by-name/nu/nuclei-templates/package.nix @@ -1,24 +1,25 @@ -{ lib -, stdenvNoCC -, fetchFromGitHub +{ + lib, + stdenvNoCC, + fetchFromGitHub, }: stdenvNoCC.mkDerivation rec { pname = "nuclei-templates"; - version = "9.8.0"; + version = "9.8.1"; src = fetchFromGitHub { owner = "projectdiscovery"; repo = "nuclei-templates"; rev = "refs/tags/v${version}"; - hash = "sha256-1aLy8wNWMFouZRjhCSiwSq1uo20C9wN7LPxyBqK6K0k="; + hash = "sha256-g1MwzJK9a8bpbbP9EoUi0UBR54nfnyg3RDi9qwIKlH0="; }; installPhase = '' runHook preInstall mkdir -p $out/share/nuclei-templates - cp -R cloud code config dns file headless helpers http javascript network ssl \ + cp -R cloud code dast dns file headless helpers http javascript network profiles ssl \ $out/share/nuclei-templates/ runHook postInstall