Merge pull request #123751 from yurrriq/kops_1_20
kops: 1.19.2 -> 1.20.1
This commit is contained in:
commit
5f62445e1e
@ -53,16 +53,6 @@ rec {
|
|||||||
|
|
||||||
mkKops = generic;
|
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 {
|
kops_1_18 = mkKops {
|
||||||
version = "1.18.2";
|
version = "1.18.2";
|
||||||
sha256 = "17na83j6sfhk69w9ssvicc0xd1904z952ad3zzbpha50lcy6nlhp";
|
sha256 = "17na83j6sfhk69w9ssvicc0xd1904z952ad3zzbpha50lcy6nlhp";
|
||||||
@ -73,4 +63,10 @@ rec {
|
|||||||
sha256 = "15csxih1xy8myky37n5dyzp5mc31pc4bq9asaw6zz51mgw8ad5r9";
|
sha256 = "15csxih1xy8myky37n5dyzp5mc31pc4bq9asaw6zz51mgw8ad5r9";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
kops_1_20 = mkKops rec {
|
||||||
|
version = "1.20.1";
|
||||||
|
sha256 = "sha256-k6ODXbh7Bh+rBw6bjSNLxLY0fz7JLnrmJibnXz5qnSc=";
|
||||||
|
rev = "v${version}";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
@ -30435,12 +30435,11 @@ in
|
|||||||
# Exceptions are versions that we need to keep to allow upgrades from older NixOS releases
|
# Exceptions are versions that we need to keep to allow upgrades from older NixOS releases
|
||||||
inherit (callPackage ../applications/networking/cluster/kops {})
|
inherit (callPackage ../applications/networking/cluster/kops {})
|
||||||
mkKops
|
mkKops
|
||||||
kops_1_16
|
|
||||||
kops_1_17
|
|
||||||
kops_1_18
|
kops_1_18
|
||||||
kops_1_19
|
kops_1_19
|
||||||
|
kops_1_20
|
||||||
;
|
;
|
||||||
kops = kops_1_19;
|
kops = kops_1_20;
|
||||||
|
|
||||||
lguf-brightness = callPackage ../misc/lguf-brightness { };
|
lguf-brightness = callPackage ../misc/lguf-brightness { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user