about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/kops
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-09-05 06:48:38 +0000
committerEric Bailey <yurrriq@users.noreply.github.com>2023-09-13 16:36:39 -0500
commit65182a9f4f49cdd13bd576859d907222a398aada (patch)
tree5292497238ecd2ca1d487377db3d7c26833cf723 /pkgs/applications/networking/cluster/kops
parente11c750b42664027fcfb66c3f9ff3fe304f5e005 (diff)
kops_1_27: 1.27.0 -> 1.27.1
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 e09127df6d5b5..9494729b68d7e 100644
--- a/pkgs/applications/networking/cluster/kops/default.nix
+++ b/pkgs/applications/networking/cluster/kops/default.nix
@@ -61,8 +61,8 @@ rec {
   };
 
   kops_1_27 = mkKops rec {
-    version = "1.27.0";
-    sha256 = "sha256-XJOdqOT/vMVXZmVasXRb+pdmWcSd6lsyQDCnZKyqrto=";
+    version = "1.27.1";
+    sha256 = "sha256-WV+0380yj8GHckY4PDM3WspbZ/YuYZOAQEMd2ygEOjo=";
     rev = "v${version}";
   };
 }