mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
Merge pull request #320978 from michaeladler/updates/kops
kops: 1.28.5, add kops_1_29
This commit is contained in:
commit
979b8d91cc
@ -62,6 +62,12 @@ rec {
|
||||
};
|
||||
|
||||
kops_1_28 = mkKops rec {
|
||||
version = "1.28.5";
|
||||
sha256 = "sha256-spw3lTrp6RlxkTNoZ/3Yz/U2tdvBnwiYORS2QtOSX9k=";
|
||||
rev = "v${version}";
|
||||
};
|
||||
|
||||
kops_1_29 = mkKops rec {
|
||||
version = "1.29.0";
|
||||
sha256 = "sha256-YneB9pc4IR+tYPRFE5CS+4JK/kPOHMo5/70A3k1x1tg=";
|
||||
rev = "v${version}";
|
||||
|
@ -39328,8 +39328,9 @@ with pkgs;
|
||||
kops_1_26
|
||||
kops_1_27
|
||||
kops_1_28
|
||||
kops_1_29
|
||||
;
|
||||
kops = kops_1_28;
|
||||
kops = kops_1_29;
|
||||
|
||||
lguf-brightness = callPackage ../misc/lguf-brightness { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user