Merge pull request #188604 from nipeharefa/air-version

This commit is contained in:
Sandro
2022-08-28 23:43:12 +02:00
committed by GitHub
+2
View File
@@ -13,6 +13,8 @@ buildGoModule rec {
vendorSha256 = "sha256-+hZpCIDASPerI7Wetpx+ah2H5ODjoeyoqUi+uFwR/9A=";
ldflags = [ "-s" "-w" "-X=main.airVersion=${version}" ];
subPackages = [ "." ];
meta = with lib; {