teler: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-07 11:06:03 +01:00 committed by GitHub
parent 560b0c5bcd
commit 5d0a001618
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,13 +11,15 @@ buildGoModule rec {
owner = "kitabisa"; owner = "kitabisa";
repo = "teler"; repo = "teler";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-GlpQBmJ7HSKPFieM7E5NOnqGlUjQv9Ywe6XF5QIi+c4="; hash = "sha256-GlpQBmJ7HSKPFieM7E5NOnqGlUjQv9Ywe6XF5QIi+c4=";
}; };
vendorSha256 = "sha256-g2YBMyLDGQZKxDBcZ1mca16jxODnJzcmMfFivBn6SdE="; vendorHash = "sha256-g2YBMyLDGQZKxDBcZ1mca16jxODnJzcmMfFivBn6SdE=";
ldflags = [ ldflags = [
"-s" "-w" "-X ktbs.dev/teler/common.Version=${version}" "-s"
"-w"
"-X ktbs.dev/teler/common.Version=${version}"
]; ];
# test require internet access # test require internet access
@ -31,6 +33,7 @@ buildGoModule rec {
we collect and provide by the community. we collect and provide by the community.
''; '';
homepage = "https://github.com/kitabisa/teler"; homepage = "https://github.com/kitabisa/teler";
changelog = "https://github.com/kitabisa/teler/releases/tag/v${version}";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ fab ]; maintainers = with maintainers; [ fab ];
}; };