go-cve-search: add changelog to meta
This commit is contained in:
parent
cc4e610ba9
commit
f2a054c03f
1 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
{ buildGoModule
|
||||
{ lib
|
||||
, buildGoModule
|
||||
, fetchFromGitHub
|
||||
, lib
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
|
@ -10,8 +10,8 @@ buildGoModule rec {
|
|||
src = fetchFromGitHub {
|
||||
owner = "s-index";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-ofa6lfA3XKj70YM6AVNKRgGI53teK7OB09luAom8HpQ=";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-ofa6lfA3XKj70YM6AVNKRgGI53teK7OB09luAom8HpQ=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-QXYjLPrfIPcZE8UTcE1kR9QQIusR/rAJG+e/IQ4P0PU=";
|
||||
|
@ -26,6 +26,7 @@ buildGoModule rec {
|
|||
and Exposures).
|
||||
'';
|
||||
homepage = "https://github.com/s-index/go-cve-search";
|
||||
changelog = "https://github.com/s-index/go-cve-search/releases/tag/v${version}";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue