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

aws-iam-authenticator: 0.5.6 -> 0.5.7

authored by Mario Rodas and committed by GitHub f1b50e79 dca67672

+2 -2
+2 -2
pkgs/tools/security/aws-iam-authenticator/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "aws-iam-authenticator"; 5 - version = "0.5.6"; 5 + version = "0.5.7"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "kubernetes-sigs"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-tKvFcCPjxwX424zv100gLRjWRtVgCw2ILyXP8XEUiTA="; 11 + sha256 = "sha256-nFHshmGZZMzssF2INdEqpvARkFjBpd7qNV9tabySABU="; 12 12 }; 13 13 14 14 # Upstream has inconsistent vendoring, see https://github.com/kubernetes-sigs/aws-iam-authenticator/issues/377