clash: add constant.Version to ldflags
This commit is contained in:
parent
2e43dd0e74
commit
0f13282340
@ -11,8 +11,14 @@ buildGoModule rec {
|
|||||||
sha256 = "0zhbaw9jzl9wqc7yx8yxqlb6fwkss4pqkv26069qg6nsk584ndnf";
|
sha256 = "0zhbaw9jzl9wqc7yx8yxqlb6fwkss4pqkv26069qg6nsk584ndnf";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
goPackagePath = "github.com/Dreamacro/clash";
|
||||||
modSha256 = "0vyd61bin7hmpdqrmrikc776mgif9v25627n8hzi65kiycv40kgx";
|
modSha256 = "0vyd61bin7hmpdqrmrikc776mgif9v25627n8hzi65kiycv40kgx";
|
||||||
|
|
||||||
|
buildFlagsArray = [
|
||||||
|
"-ldflags="
|
||||||
|
"-X ${goPackagePath}/constant.Version=${version}"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A rule-based tunnel in Go";
|
description = "A rule-based tunnel in Go";
|
||||||
homepage = "https://github.com/Dreamacro/clash";
|
homepage = "https://github.com/Dreamacro/clash";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user