Skip to content

Commit 3b3de32

Browse files
authored
nuclei: 3.4.2 -> 3.4.3 (#405345)
2 parents ad3eb3c + c8bbf84 commit 3b3de32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/nu/nuclei/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
buildGoModule rec {
99
pname = "nuclei";
10-
version = "3.4.2";
10+
version = "3.4.3";
1111

1212
src = fetchFromGitHub {
1313
owner = "projectdiscovery";
1414
repo = "nuclei";
1515
tag = "v${version}";
16-
hash = "sha256-p3coR11+1xFQF3flIxfEP6HqQOD7+gHuT0ysOSKQyzc=";
16+
hash = "sha256-mrmuPSieC3Mf/TkxE6pZv/1adeN4Kj66W3CNQe9VfOg=";
1717
};
1818

19-
vendorHash = "sha256-cT8ZDp1GSdlgMr0i23i2WAVRmSbhwZZa/RKNPezr9l0=";
19+
vendorHash = "sha256-4owpHvF95qMaasx87G63eLS/2ah3ZiogqyYtug3rvig=";
2020

2121
proxyVendor = true; # hash mismatch between Linux and Darwin
2222

0 commit comments

Comments
 (0)