checkmate: add changelog to meta
This commit is contained in:
parent
1be983909e
commit
d9eb3889c6
1 changed files with 3 additions and 2 deletions
|
@ -11,16 +11,17 @@ buildGoModule rec {
|
||||||
owner = "adedayo";
|
owner = "adedayo";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-tgiZDTPIAYirPX6nGPEAt6BoYEC8uUJwT6zuHJqPF1w=";
|
hash = "sha256-tgiZDTPIAYirPX6nGPEAt6BoYEC8uUJwT6zuHJqPF1w=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-eL1fLJwzVpU9NqaAl5R/fbaqI3AnEkl6EuPkMTuY86w=";
|
vendorHash = "sha256-eL1fLJwzVpU9NqaAl5R/fbaqI3AnEkl6EuPkMTuY86w=";
|
||||||
|
|
||||||
subPackages = [ "." ];
|
subPackages = [ "." ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Pluggable code security analysis tool";
|
description = "Pluggable code security analysis tool";
|
||||||
homepage = "https://github.com/adedayo/checkmate";
|
homepage = "https://github.com/adedayo/checkmate";
|
||||||
|
changelog = "https://github.com/adedayo/checkmate/releases/tag/v${version}";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue