Skip to content

Commit

Permalink
aws-iam-authenticator: set the correct version variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kalbasit committed Feb 9, 2021
1 parent 2ed8597 commit ab987e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/security/aws-iam-authenticator/default.nix
Expand Up @@ -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";
Expand Down

0 comments on commit ab987e2

Please sign in to comment.