nuclei: 2.9.12 -> 2.9.13
Diff: https://github.com/projectdiscovery/nuclei/compare/v2.9.12...v2.9.13 Changelog: https://github.com/projectdiscovery/nuclei/releases/tag/v2.9.13
This commit is contained in:
parent
5f3e025590
commit
face05ad58
@ -5,13 +5,13 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "nuclei";
|
||||
version = "2.9.12";
|
||||
version = "2.9.13";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "projectdiscovery";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-XLSNBFblgDkGGimwx0KqgHfDOekj7GH81EaKQ106v5U=";
|
||||
hash = "sha256-mjb7U7F4OZ9nRjtLjZk1s7T+n/VqV/RPMbnGodxRVUE=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-/1F2aY3cRLRz06s1KXQ6bt7UgaZgiXEjS/5stGi7xIw=";
|
||||
|
Loading…
Reference in New Issue
Block a user