about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorEric Bailey <e.bailey@sportradar.com>2021-05-19 19:34:09 -0500
committerEric Bailey <e.bailey@sportradar.com>2021-05-28 14:05:04 -0500
commit534558827a48924ebca03da963e8ea292b417195 (patch)
tree652b40904f176371328583f0376421f6788748a5 /pkgs/applications
parent339a49503ae85b6cfd110b248010d24252d7aa45 (diff)
kops: 1.19.2 -> 1.20.1
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/cluster/kops/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/applications/networking/cluster/kops/default.nix b/pkgs/applications/networking/cluster/kops/default.nix
index 6358a7565c0d1..483b2b6faf94c 100644
--- a/pkgs/applications/networking/cluster/kops/default.nix
+++ b/pkgs/applications/networking/cluster/kops/default.nix
@@ -73,4 +73,10 @@ rec {
     sha256 = "15csxih1xy8myky37n5dyzp5mc31pc4bq9asaw6zz51mgw8ad5r9";
     rev = "v${version}";
   };
+
+  kops_1_20 = mkKops rec {
+    version = "1.20.1";
+    sha256 = "sha256-k6ODXbh7Bh+rBw6bjSNLxLY0fz7JLnrmJibnXz5qnSc=";
+    rev = "v${version}";
+  };
 }