We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4dd746f + c394b55 commit 9bd2835Copy full SHA for 9bd2835
pkgs/by-name/nu/nuclei-templates/package.nix
@@ -6,13 +6,13 @@
6
7
stdenvNoCC.mkDerivation rec {
8
pname = "nuclei-templates";
9
- version = "10.0.2";
+ version = "10.0.3";
10
11
src = fetchFromGitHub {
12
owner = "projectdiscovery";
13
repo = "nuclei-templates";
14
rev = "refs/tags/v${version}";
15
- hash = "sha256-mFuY1i+AqksAvaMAJkP227eZZE+sauRxOIqV5DO8MFE=";
+ hash = "sha256-oT2W5MuXYR2UENIAkH2Pb6f/m9gC2SfTjjvEq539PRU=";
16
};
17
18
installPhase = ''
0 commit comments