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

aws-iam-authenticator: 0.5.6 -> 0.5.7
This commit is contained in:
Mario Rodas 2022-05-21 17:04:41 -05:00 committed by GitHub
commit f1b50e79d4
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.6";
version = "0.5.7";
src = fetchFromGitHub {
owner = "kubernetes-sigs";
repo = pname;
rev = "v${version}";
sha256 = "sha256-tKvFcCPjxwX424zv100gLRjWRtVgCw2ILyXP8XEUiTA=";
sha256 = "sha256-nFHshmGZZMzssF2INdEqpvARkFjBpd7qNV9tabySABU=";
};
# Upstream has inconsistent vendoring, see https://github.com/kubernetes-sigs/aws-iam-authenticator/issues/377