nuclei: 3.1.9 -> 3.1.10
Diff: https://github.com/projectdiscovery/nuclei/compare/v3.1.9...v3.1.10 Changelog: https://github.com/projectdiscovery/nuclei/releases/tag/v3.1.10
This commit is contained in:
parent
79a13f1437
commit
54a63c0069
1 changed files with 2 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "nuclei";
|
||||
version = "3.1.9";
|
||||
version = "3.1.10";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "projectdiscovery";
|
||||
repo = "nuclei";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-0GQoX4S4k3d7/BJ1KDTKH9UceLL12IHlEAt1E4JRPLA=";
|
||||
hash = "sha256-11ORN9h2VsXJKZw5HUljq6Tk0XC81tC7sCPbFgcTd+k=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-0ERUvPUAxj0H62YcRvsfYX8h0Hp/mA6NdE8E/BjPGzw=";
|
||||
|
|
Loading…
Reference in a new issue