about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-05-03 10:26:27 -0400
committerGitHub <noreply@github.com>2024-05-03 10:26:27 -0400
commit35f586f9c41a190144b13d290607a07d2a8930aa (patch)
treea6d38a6de07fba15581afff4e3ea0383bb8925ec
parent8372165b3518fabaf99fb315d3dcf91ed1bb0778 (diff)
parentd4103a50d604bdec38b5978ded81e1655c3cb043 (diff)
Merge pull request #308679 from r-ryantm/auto-update/aws-iam-authenticator
aws-iam-authenticator: 0.6.19 -> 0.6.20
-rw-r--r--pkgs/tools/security/aws-iam-authenticator/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/aws-iam-authenticator/default.nix b/pkgs/tools/security/aws-iam-authenticator/default.nix
index 5af095ae1556..801d364c6026 100644
--- a/pkgs/tools/security/aws-iam-authenticator/default.nix
+++ b/pkgs/tools/security/aws-iam-authenticator/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "aws-iam-authenticator";
-  version = "0.6.19";
+  version = "0.6.20";
 
   src = fetchFromGitHub {
     owner = "kubernetes-sigs";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-wgMMa1PFKNArI4pk7gA2o8HHgF84Q+rga4j+UC1/Js8=";
+    hash = "sha256-72l+EgqWy8+7wdTKwXnebZ+wm5VCgYODw4D6lkL4NBA=";
   };
 
-  vendorHash = "sha256-wJqtIuLiidO3XFkvhSXRZcFR/31rR4U9BXjFilsr5a0=";
+  vendorHash = "sha256-7FYR8c1Q9SS3prt8yrTzbOqgqG1tGuvzjH42MkY0tAo=";
 
   ldflags = let PKG = "sigs.k8s.io/aws-iam-authenticator"; in [
     "-s"