mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
kops: 1.23.2 -> 1.24.0
This commit is contained in:
parent
0be91cefef
commit
28f8307a26
@ -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}";
|
||||
};
|
||||
|
||||
}
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user