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-07-06 09:15:52 -0500
committerGitHub <noreply@github.com>2021-07-06 16:15:52 +0200
commitf655a77ebf77d4f55371e7032348d8d6f326a3b9 (patch)
tree4e67908ea97c9013f182d9339860b174901c198b /pkgs/applications/networking/cluster/kops
parentf879395bd9cfd3ce453eb546aa272f34f7c5876c (diff)
kops: 1.20.1 -> 1.20.2 (#128801)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
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 5566854a325f5..4dc37364e7ba3 100644
--- a/pkgs/applications/networking/cluster/kops/default.nix
+++ b/pkgs/applications/networking/cluster/kops/default.nix
@@ -65,8 +65,8 @@ rec {
   };
 
   kops_1_20 = mkKops rec {
-    version = "1.20.1";
-    sha256 = "sha256-k6ODXbh7Bh+rBw6bjSNLxLY0fz7JLnrmJibnXz5qnSc=";
+    version = "1.20.2";
+    sha256 = "011ib3xkj6nn7qax8d0ns8y4jhkwwmry1qnzxklvzssaxhmzs557";
     rev = "v${version}";
   };
 }