mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 04:45:39 +00:00
kops: add kops_1_29
This commit is contained in:
parent
78c1c9bd62
commit
5a2622725d
@ -66,6 +66,8 @@ rec {
|
||||
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}";
|
||||
|
@ -39325,8 +39325,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