Merge pull request #188604 from nipeharefa/air-version
This commit is contained in:
commit
d6bd5994f1
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ buildGoModule rec {
|
||||||
|
|
||||||
vendorSha256 = "sha256-+hZpCIDASPerI7Wetpx+ah2H5ODjoeyoqUi+uFwR/9A=";
|
vendorSha256 = "sha256-+hZpCIDASPerI7Wetpx+ah2H5ODjoeyoqUi+uFwR/9A=";
|
||||||
|
|
||||||
|
ldflags = [ "-s" "-w" "-X=main.airVersion=${version}" ];
|
||||||
|
|
||||||
subPackages = [ "." ];
|
subPackages = [ "." ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in a new issue