nuclei: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-08 01:05:51 +01:00
parent 61286ffe8d
commit 9878818a2a

View file

@ -11,10 +11,10 @@ buildGoModule rec {
owner = "projectdiscovery"; owner = "projectdiscovery";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-cAXIb8C14cpBKLpvQfJT2JbSy7Jf3SL4XyXVISoI8vE="; hash = "sha256-cAXIb8C14cpBKLpvQfJT2JbSy7Jf3SL4XyXVISoI8vE=";
}; };
vendorSha256 = "sha256-qIEKGnFURtfh8CdHSbAtEaQRrsjfpvwyK+uPmYNXpiA="; vendorHash = "sha256-qIEKGnFURtfh8CdHSbAtEaQRrsjfpvwyK+uPmYNXpiA=";
modRoot = "./v2"; modRoot = "./v2";
subPackages = [ subPackages = [
@ -34,6 +34,7 @@ buildGoModule rec {
CVEs across targets that are known and easily detectable. CVEs across targets that are known and easily detectable.
''; '';
homepage = "https://github.com/projectdiscovery/nuclei"; homepage = "https://github.com/projectdiscovery/nuclei";
changelog = "https://github.com/projectdiscovery/nuclei/releases/tag/v${version}";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ fab ]; maintainers = with maintainers; [ fab ];
}; };