Merge pull request #204908 from r-ryantm/auto-update/teler
teler: 1.2.2 -> 2.0.0-dev.2
This commit is contained in:
commit
3bc1fbc719
1 changed files with 7 additions and 4 deletions
|
@ -5,19 +5,21 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "teler";
|
pname = "teler";
|
||||||
version = "1.2.2";
|
version = "2.0.0-dev.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kitabisa";
|
owner = "kitabisa";
|
||||||
repo = "teler";
|
repo = "teler";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-i4106PtoCJt5CY9ahczZYe9GufBkaZS+9Peh0IY9r1M=";
|
hash = "sha256-GlpQBmJ7HSKPFieM7E5NOnqGlUjQv9Ywe6XF5QIi+c4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-TQjwPem+RMuoF5T02CL/CTvBS6W7Q786gTvYUFIvxjE=";
|
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 ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue