Skip to content

Commit

Permalink
nuclei-templates: 10.1.0 -> 10.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 23, 2024
1 parent 605126d commit bcd858a
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.1.0";
version = "10.1.1";

src = fetchFromGitHub {
owner = "projectdiscovery";
repo = "nuclei-templates";
rev = "refs/tags/v${version}";
hash = "sha256-QQPsj6s1CuEBfUI5L3gV8v2d4CxgoCOlsXe8FIkSJjU=";
hash = "sha256-WqGeNT3OLs5oY/b81fJh3R9b84vXYzn2u5hY9yI2kGM=";
};

installPhase = ''
Expand Down

0 comments on commit bcd858a

Please sign in to comment.