Merge pull request #180650 from yurrriq/kops-1.24.0

Kops 1.24.0
This commit is contained in:
Jonas Chevalier 2022-07-11 17:08:43 +02:00 committed by GitHub
commit 4ce2abd5a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 8 deletions

View file

@ -49,12 +49,6 @@ in
rec {
mkKops = generic;
kops_1_21 = mkKops rec {
version = "1.21.4";
sha256 = "sha256-f2xOVa3N/GH5IoI6H/QwDdKTeQoF/kEHX6lNytCZ9cs=";
rev = "v${version}";
};
kops_1_22 = mkKops rec {
version = "1.22.4";
sha256 = "sha256-osU7yI77ZALGrAGuP8qAgv+ogDRn+BSVmcjPbi/WEKE=";
@ -66,4 +60,11 @@ rec {
sha256 = "sha256-9GANjGRS9QaJw+CEeMv/f+rEu37QV2YxMvSRSH6+3PM=";
rev = "v${version}";
};
kops_1_24 = mkKops rec {
version = "1.24.0";
sha256 = "sha256-4vvmwqsRSu8hZZE7fZUTv9v19wRtJvA5IX5w9jr5pEI=";
rev = "v${version}";
};
}

View file

@ -34643,11 +34643,11 @@ with pkgs;
# Exceptions are versions that we need to keep to allow upgrades from older NixOS releases
inherit (callPackage ../applications/networking/cluster/kops {})
mkKops
kops_1_21
kops_1_22
kops_1_23
kops_1_24
;
kops = kops_1_23;
kops = kops_1_24;
lguf-brightness = callPackage ../misc/lguf-brightness { };