kops_1_15: Remove unsupported version

This commit is contained in:
Christian Kampka 2020-08-03 10:50:20 +02:00
parent 90557cd804
commit 0b4221ec81
No known key found for this signature in database
GPG Key ID: B88E140DB4FE1AA5
2 changed files with 0 additions and 6 deletions

View File

@ -51,11 +51,6 @@ in rec {
mkKops = generic;
kops_1_15 = mkKops {
version = "1.15.3";
sha256 = "0pzgrsl61nw8pm3s032lj020fw13x3fpzlj7lknsnd581f0gg4df";
};
kops_1_16 = mkKops {
version = "1.16.4";
sha256 = "0qi80hzd5wc8vn3y0wsckd7pq09xcshpzvcr7rl5zd4akxb0wl3f";

View File

@ -26196,7 +26196,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_15
kops_1_16
kops_1_17
kops_1_18