Merge pull request #123751 from yurrriq/kops_1_20

kops: 1.19.2 -> 1.20.1
This commit is contained in:
Jonas Chevalier 2021-05-29 11:30:38 +02:00 committed by GitHub
commit 5f62445e1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 13 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";
@ -73,4 +63,10 @@ rec {
sha256 = "15csxih1xy8myky37n5dyzp5mc31pc4bq9asaw6zz51mgw8ad5r9";
rev = "v${version}";
};
kops_1_20 = mkKops rec {
version = "1.20.1";
sha256 = "sha256-k6ODXbh7Bh+rBw6bjSNLxLY0fz7JLnrmJibnXz5qnSc=";
rev = "v${version}";
};
}

View file

@ -30435,12 +30435,11 @@ 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
;
kops = kops_1_19;
kops = kops_1_20;
lguf-brightness = callPackage ../misc/lguf-brightness { };