aws-iam-authenticator: 0.5.6 -> 0.5.7

This commit is contained in:
R. Ryantm 2022-04-11 02:13:08 +00:00
parent f0848eeb05
commit 489aafb436

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