aws-iam-authenticator: 0.6.25 -> 0.6.26 (#338153)

This commit is contained in:
Nick Cao
2024-08-29 20:13:38 -04:00
committed by GitHub
@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "aws-iam-authenticator";
version = "0.6.25";
version = "0.6.26";
src = fetchFromGitHub {
owner = "kubernetes-sigs";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-B90Bb6DZTGnE0piOf368BGOphlvqXIO+ckPShfJIX18=";
hash = "sha256-c7JhUDnANW4QihsfCioYiCe19JfqhTYP+pZgUSV6lHQ=";
};
vendorHash = "sha256-xCNuFO+J0NXq8CPZXB0R2RmLLH27Vh/GMrBKk+mGk04=";