about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2022-07-06 22:38:04 -0300
committerGitHub <noreply@github.com>2022-07-06 22:38:04 -0300
commit3bcf4864f003810927c704df56416f67dd02ddf1 (patch)
tree4833a90d4bef03193bf48bc2da9fd79250294099
parent48dabff20365e97ad05e91747a53308feb7154a4 (diff)
parent47955687cc12ca98b0b1931511eb380a40afbaea (diff)
Merge pull request #180416 from r-ryantm/auto-update/aws-iam-authenticator
aws-iam-authenticator: 0.5.7 -> 0.5.9
-rw-r--r--pkgs/tools/security/aws-iam-authenticator/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/aws-iam-authenticator/default.nix b/pkgs/tools/security/aws-iam-authenticator/default.nix
index 8a7bb408f2216..b6ae17a611760 100644
--- a/pkgs/tools/security/aws-iam-authenticator/default.nix
+++ b/pkgs/tools/security/aws-iam-authenticator/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "aws-iam-authenticator";
-  version = "0.5.7";
+  version = "0.5.9";
 
   src = fetchFromGitHub {
     owner = "kubernetes-sigs";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-nFHshmGZZMzssF2INdEqpvARkFjBpd7qNV9tabySABU=";
+    sha256 = "sha256-lopOFEWqRWZox/XniQX6OiQPWlmWJpnQ7yFueiTZpss=";
   };
 
   # Upstream has inconsistent vendoring, see https://github.com/kubernetes-sigs/aws-iam-authenticator/issues/377