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
commit d6bd5994f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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; {