mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
nuclei: 3.1.0 -> 3.1.1
Diff: https://github.com/projectdiscovery/nuclei/compare/v3.1.0...v3.1.1 Changelog: https://github.com/projectdiscovery/nuclei/releases/tag/v3.1.1
This commit is contained in:
parent
cba7243fc6
commit
2df088631c
|
@ -5,16 +5,16 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "nuclei";
|
||||
version = "3.1.0";
|
||||
version = "3.1.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "projectdiscovery";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-Bx/ryoftrhDExugtvviRU4f4pIlerV2ehJWAJUGizvs=";
|
||||
hash = "sha256-/oTZIjLWLOUSzv36qa57Q1YpIJEz0fIaLsYkuuQ2Y6o=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-r5m9yvdy7Bnh9QvcrAwwO6od2C7JCcxwFx4p+W8qlMY=";
|
||||
vendorHash = "sha256-e7iaR1u1EubWrq9Ktkz4b3GJGDdvnLfguym+r2qAYS0=";
|
||||
|
||||
subPackages = [
|
||||
"cmd/nuclei/"
|
||||
|
|
Loading…
Reference in a new issue