teler: set version

This commit is contained in:
Fabian Affolter 2021-03-21 20:11:00 +01:00
parent 718ff92292
commit fc0f84cfe1

View file

@ -1,6 +1,6 @@
{ buildGoModule
{ lib
, buildGoModule
, fetchFromGitHub
, lib
}:
buildGoModule rec {
@ -16,6 +16,10 @@ buildGoModule rec {
vendorSha256 = "sha256-KvUnDInUqFW7FypgsppIBQZKNu6HVsEeHtGwdqYtoys=";
preBuild = ''
buildFlagsArray+=("-ldflags" "-s -w -X ktbs.dev/teler/common.Version=${version}")
'';
# test require internet access
doCheck = false;