checkmate: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-25 09:47:08 +01:00 committed by Frederik Rietdijk
parent 1be983909e
commit d9eb3889c6

View file

@ -11,16 +11,17 @@ buildGoModule rec {
owner = "adedayo";
repo = pname;
rev = "v${version}";
sha256 = "sha256-tgiZDTPIAYirPX6nGPEAt6BoYEC8uUJwT6zuHJqPF1w=";
hash = "sha256-tgiZDTPIAYirPX6nGPEAt6BoYEC8uUJwT6zuHJqPF1w=";
};
vendorSha256 = "sha256-eL1fLJwzVpU9NqaAl5R/fbaqI3AnEkl6EuPkMTuY86w=";
vendorHash = "sha256-eL1fLJwzVpU9NqaAl5R/fbaqI3AnEkl6EuPkMTuY86w=";
subPackages = [ "." ];
meta = with lib; {
description = "Pluggable code security analysis tool";
homepage = "https://github.com/adedayo/checkmate";
changelog = "https://github.com/adedayo/checkmate/releases/tag/v${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ fab ];
};