We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1a180a + e20cc3f commit 599e5d8Copy full SHA for 599e5d8
1 file changed
pkgs/by-name/nu/nuclei-templates/package.nix
@@ -6,13 +6,13 @@
6
7
stdenvNoCC.mkDerivation (finalAttrs: {
8
pname = "nuclei-templates";
9
- version = "10.3.7";
+ version = "10.3.8";
10
11
src = fetchFromGitHub {
12
owner = "projectdiscovery";
13
repo = "nuclei-templates";
14
tag = "v${finalAttrs.version}";
15
- hash = "sha256-kiafZbt19UInpSGq9I3QkXM3ZA4Hzp2OEW9morLm/yQ=";
+ hash = "sha256-LLJrG2bmb1eDDvcLBK35GSn6EvDJslXeu/R57wKjzX8=";
16
};
17
18
installPhase = ''
0 commit comments