Merge pull request #283077 from Misaka13514/bump-nuclei

nuclei: 3.1.6 -> 3.1.7
This commit is contained in:
Nick Cao 2024-01-23 09:08:26 -05:00 committed by GitHub
commit 49fcf82b7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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