sish: add changelog to meta

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
This commit is contained in:
figsoda 2023-07-11 09:35:57 -04:00
parent 82073c938d
commit 8fcc6b7835

View File

@ -10,7 +10,7 @@ buildGoModule rec {
src = fetchFromGitHub {
owner = "antoniomika";
repo = pname;
rev = "v${version}";
rev = "refs/tags/v${version}";
hash = "sha256-6PCZtiXsDQfPZFw3r1n3rwgxigSnWgggHXzZdBT/fxA=";
};
@ -27,6 +27,7 @@ buildGoModule rec {
meta = with lib; {
description = "HTTP(S)/WS(S)/TCP Tunnels to localhost";
homepage = "https://github.com/antoniomika/sish";
changelog = "https://github.com/antoniomika/sish/releases/tag/v${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};