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