3
0
Fork 0
forked from mirrors/nixpkgs

aws-iam-authenticator: set the correct version variable

This commit is contained in:
Wael M. Nasreddine 2021-02-09 11:17:46 -08:00
parent 2ed8597999
commit ab987e26d5
No known key found for this signature in database
GPG key ID: FD437548E0BF0F5F

View file

@ -13,7 +13,7 @@ buildGoModule rec {
vendorSha256 = null;
buildFlagsArray = [ "-ldflags=-s -w -X pkg.Version=v${version}" ];
buildFlagsArray = [ "-ldflags=-s -w -X main.version=v${version}" ];
meta = with lib; {
homepage = "https://github.com/kubernetes-sigs/aws-iam-authenticator";