aws-iam-authenticator: 0.5.9 -> 0.6.11

This commit is contained in:
Aaron Jheng 2023-07-27 09:19:32 +00:00
parent 6fbe34cb76
commit 17f7ef5bf2
No known key found for this signature in database
GPG key ID: F6A547A869D050A3

View file

@ -2,18 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "aws-iam-authenticator"; pname = "aws-iam-authenticator";
version = "0.5.9"; version = "0.6.11";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kubernetes-sigs"; owner = "kubernetes-sigs";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-lopOFEWqRWZox/XniQX6OiQPWlmWJpnQ7yFueiTZpss="; hash = "sha256-4bZnGgf/H2/uLhh8ip8rrA+U0vA+1SO5uhjLK40j3wE=";
}; };
# Upstream has inconsistent vendoring, see https://github.com/kubernetes-sigs/aws-iam-authenticator/issues/377 vendorHash = "sha256-RcZqnyZtonE4qeu+llL1OPGPG93/Rx8ESWM5wapZ1BM=";
deleteVendor = true;
vendorSha256 = null;
ldflags = let PKG = "sigs.k8s.io/aws-iam-authenticator"; in [ ldflags = let PKG = "sigs.k8s.io/aws-iam-authenticator"; in [
"-s" "-w" "-s" "-w"