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

aws-iam-authenticator: 0.5.5 -> 0.5.6
This commit is contained in:
Mario Rodas 2022-04-10 08:13:01 -05:00 committed by GitHub
commit 66c6349624
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.5";
version = "0.5.6";
src = fetchFromGitHub {
owner = "kubernetes-sigs";
repo = pname;
rev = "v${version}";
sha256 = "sha256-5QtNAcInp1mUE8SHUUMS8/XURbPx/q8xMsvEEo/rnCs=";
sha256 = "sha256-tKvFcCPjxwX424zv100gLRjWRtVgCw2ILyXP8XEUiTA=";
};
# Upstream has inconsistent vendoring, see https://github.com/kubernetes-sigs/aws-iam-authenticator/issues/377