Fabian Affolter 2024-04-11 23:50:41 +02:00
parent 274dc1ce96
commit 292380fc34
1 changed files with 3 additions and 3 deletions

View File

@ -5,20 +5,20 @@
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