about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-12-25 09:52:17 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-12-25 09:52:17 +0000
commit5fa3201105aab14292243a88153d4f7f46a272ca (patch)
treeb793f9e0d8e3e4a6c4f2182601177912bfabce01 /pkgs/tools/security
parentb45547a0a2b0e8064c445a50aaedc7f3b27e8ff7 (diff)
aws-iam-authenticator: 0.6.14 -> 0.6.16
Diffstat (limited to 'pkgs/tools/security')
-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 046f173ce1000..8ea3c543b4ea1 100644
--- a/pkgs/tools/security/aws-iam-authenticator/default.nix
+++ b/pkgs/tools/security/aws-iam-authenticator/default.nix
@@ -5,13 +5,13 @@
 
 buildGoModule rec {
   pname = "aws-iam-authenticator";
-  version = "0.6.14";
+  version = "0.6.16";
 
   src = fetchFromGitHub {
     owner = "kubernetes-sigs";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-NWYTOHqeCxIgKvslezHAZT1GastWcbavWdfmY6KlbXc=";
+    hash = "sha256-E/DkCDtnzI6yBEYemlLqxc1r8ZEuX+6jDefaZTRFRek=";
   };
 
   vendorHash = "sha256-TDsY05jnutNIKx0z6/8vGvsgYCIKBkTxh9mXqk4IR38=";