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 {
pname = "aws-iam-authenticator";
version = "0.5.7";
version = "0.5.9";
src = fetchFromGitHub {
owner = "kubernetes-sigs";
repo = pname;
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