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 ad3eb3c + c8bbf84 commit 3b3de32Copy full SHA for 3b3de32
pkgs/by-name/nu/nuclei/package.nix
@@ -7,16 +7,16 @@
7
8
buildGoModule rec {
9
pname = "nuclei";
10
- version = "3.4.2";
+ version = "3.4.3";
11
12
src = fetchFromGitHub {
13
owner = "projectdiscovery";
14
repo = "nuclei";
15
tag = "v${version}";
16
- hash = "sha256-p3coR11+1xFQF3flIxfEP6HqQOD7+gHuT0ysOSKQyzc=";
+ hash = "sha256-mrmuPSieC3Mf/TkxE6pZv/1adeN4Kj66W3CNQe9VfOg=";
17
};
18
19
- vendorHash = "sha256-cT8ZDp1GSdlgMr0i23i2WAVRmSbhwZZa/RKNPezr9l0=";
+ vendorHash = "sha256-4owpHvF95qMaasx87G63eLS/2ah3ZiogqyYtug3rvig=";
20
21
proxyVendor = true; # hash mismatch between Linux and Darwin
22
0 commit comments