Merge pull request #180416 from r-ryantm/auto-update/aws-iam-authenticator

aws-iam-authenticator: 0.5.7 -> 0.5.9
This commit is contained in:
superherointj 2022-07-06 22:38:04 -03:00 committed by GitHub
commit 3bcf4864f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "aws-iam-authenticator"; pname = "aws-iam-authenticator";
version = "0.5.7"; version = "0.5.9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kubernetes-sigs"; owner = "kubernetes-sigs";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-nFHshmGZZMzssF2INdEqpvARkFjBpd7qNV9tabySABU="; sha256 = "sha256-lopOFEWqRWZox/XniQX6OiQPWlmWJpnQ7yFueiTZpss=";
}; };
# Upstream has inconsistent vendoring, see https://github.com/kubernetes-sigs/aws-iam-authenticator/issues/377 # Upstream has inconsistent vendoring, see https://github.com/kubernetes-sigs/aws-iam-authenticator/issues/377