kops: 1.23.2 -> 1.24.0

This commit is contained in:
Eric Bailey 2022-07-08 01:44:23 -05:00
parent 0be91cefef
commit 28f8307a26
2 changed files with 9 additions and 2 deletions

View File

@ -66,4 +66,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

@ -34632,11 +34632,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 { };