kops: keep only three latest versions

This commit is contained in:
Eric Bailey 2021-05-28 01:10:37 -05:00
parent 534558827a
commit 07de30ff81
2 changed files with 0 additions and 12 deletions

View File

@ -53,16 +53,6 @@ rec {
mkKops = generic;
kops_1_16 = mkKops {
version = "1.16.4";
sha256 = "0qi80hzd5wc8vn3y0wsckd7pq09xcshpzvcr7rl5zd4akxb0wl3f";
};
kops_1_17 = mkKops {
version = "1.17.2";
sha256 = "0fmrzjz163hda6sl1jkl7cmg8fw6mmqb9953048jnhmd3w428xlz";
};
kops_1_18 = mkKops {
version = "1.18.2";
sha256 = "17na83j6sfhk69w9ssvicc0xd1904z952ad3zzbpha50lcy6nlhp";

View File

@ -30397,8 +30397,6 @@ in
# Exceptions are versions that we need to keep to allow upgrades from older NixOS releases
inherit (callPackage ../applications/networking/cluster/kops {})
mkKops
kops_1_16
kops_1_17
kops_1_18
kops_1_19
kops_1_20