Merge pull request #285191 from r-ryantm/auto-update/nuclei

nuclei: 3.1.7 -> 3.1.8
This commit is contained in:
h7x4 2024-01-31 08:00:01 +01:00 committed by GitHub
commit 69b1aefb92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,16 +5,16 @@
buildGoModule rec { buildGoModule rec {
pname = "nuclei"; pname = "nuclei";
version = "3.1.7"; version = "3.1.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "projectdiscovery"; owner = "projectdiscovery";
repo = "nuclei"; repo = "nuclei";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-O7GWH65zOKK9mPlap5BL302ow/ruXOz8CxUjaHfIj3w="; hash = "sha256-uNPMQ4I85R8xY9IrEX3puaKXvk3+nTT32fimEpzStjM=";
}; };
vendorHash = "sha256-mwqDoX79cnG6zPncN1l5uAdOSbyAVWzw2dV+2rnBsqw="; vendorHash = "sha256-bk8vgCZqzLYmtO2sj5p3l22X5SSZ5zA5RvlrijsiW10=";
subPackages = [ subPackages = [
"cmd/nuclei/" "cmd/nuclei/"