Skip to content

Commit

Permalink
nuclei-templates: 10.0.0 -> 10.0.1 (#345772)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Oct 1, 2024
2 parents 7d172e1 + 028df51 commit 8af0d4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/nu/nuclei-templates/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

stdenvNoCC.mkDerivation rec {
pname = "nuclei-templates";
version = "10.0.0";
version = "10.0.1";

src = fetchFromGitHub {
owner = "projectdiscovery";
repo = "nuclei-templates";
rev = "refs/tags/v${version}";
hash = "sha256-FGhq1KgHvHkyBXAWdG3OBuNJHj+epLeRw+T241bUSeY=";
hash = "sha256-unQ/c3S1uJGSE7DoDsKnnI0n7YGe7s8F0g+yUNB4xH4=";
};

installPhase = ''
Expand Down

0 comments on commit 8af0d4b

Please sign in to comment.