forked from mirrors/nixpkgs
Merge pull request #285683 from Misaka13514/bump-nuclei
nuclei: 3.1.8 -> 3.1.9
This commit is contained in:
commit
60fbae6f28
|
@ -5,16 +5,16 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "nuclei";
|
||||
version = "3.1.8";
|
||||
version = "3.1.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "projectdiscovery";
|
||||
repo = "nuclei";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-uNPMQ4I85R8xY9IrEX3puaKXvk3+nTT32fimEpzStjM=";
|
||||
hash = "sha256-0GQoX4S4k3d7/BJ1KDTKH9UceLL12IHlEAt1E4JRPLA=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-bk8vgCZqzLYmtO2sj5p3l22X5SSZ5zA5RvlrijsiW10=";
|
||||
vendorHash = "sha256-0ERUvPUAxj0H62YcRvsfYX8h0Hp/mA6NdE8E/BjPGzw=";
|
||||
|
||||
subPackages = [
|
||||
"cmd/nuclei/"
|
||||
|
|
Loading…
Reference in a new issue