Merge pull request #320978 from michaeladler/updates/kops

kops: 1.28.5, add kops_1_29
This commit is contained in:
superherointj 2024-06-19 09:07:55 -03:00 committed by GitHub
commit 979b8d91cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View File

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

View File

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