about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/kops
diff options
context:
space:
mode:
authorEric Bailey <yurrriq@users.noreply.github.com>2021-08-31 04:55:30 -0500
committerGitHub <noreply@github.com>2021-08-31 11:55:30 +0200
commitc87483cb559ce135e0f79e7a9e392613e14e6d95 (patch)
treeb4b936cc73d32d592e1c1ca7ca2ae520616381fa /pkgs/applications/networking/cluster/kops
parentb05c309ff95a3f75daeaa9cd0e97b2bef6fdc504 (diff)
kops: 1.21.0 -> 1.21.1 (#136057)
Diffstat (limited to 'pkgs/applications/networking/cluster/kops')
-rw-r--r--pkgs/applications/networking/cluster/kops/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/kops/default.nix b/pkgs/applications/networking/cluster/kops/default.nix
index 389be11e506cc..8487afc208ddc 100644
--- a/pkgs/applications/networking/cluster/kops/default.nix
+++ b/pkgs/applications/networking/cluster/kops/default.nix
@@ -65,8 +65,8 @@ rec {
   };
 
   kops_1_21 = mkKops rec {
-    version = "1.21.0";
-    sha256 = "sha256-T2i3qpg3GC7yaYCGrN1V5XXrUyT+Ce9Q4aV00gQJ7gM=";
+    version = "1.21.1";
+    sha256 = "sha256-/C/fllgfAovHuyGRY+LM09bsUpYdA8zDw1w0b9HnlBc=";
     rev = "v${version}";
   };
 }