kops: add kops_1_29

This commit is contained in:
Michael Adler 2024-06-19 11:15:41 +02:00
parent 78c1c9bd62
commit 5a2622725d
2 changed files with 4 additions and 1 deletions

View File

@ -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}";

View File

@ -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 { };