mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
Merge pull request #89386 from kampka/kops
kops: 1.16.2 -> 1.16.3, init at 1.17.0
This commit is contained in:
commit
245ce6f61d
@ -57,7 +57,12 @@ in rec {
|
||||
};
|
||||
|
||||
kops_1_16 = mkKops {
|
||||
version = "1.16.2";
|
||||
sha256 = "1vhkjhx1n3f6ggw5cy1avs3sbqb2da6khck9zqd4s7almjbpc2h2";
|
||||
version = "1.16.3";
|
||||
sha256 = "01j7r89vim12wgb2dv6p2pib8wj2daain179cawlyb5kjyyb3jnq";
|
||||
};
|
||||
|
||||
kops_1_17 = mkKops {
|
||||
version = "1.17.0";
|
||||
sha256 = "175fi7pdzncqyv2gyaf96rn96zaywlyqrb6669n42faxilhyjbw7";
|
||||
};
|
||||
}
|
||||
|
@ -25681,8 +25681,9 @@ in
|
||||
mkKops
|
||||
kops_1_15
|
||||
kops_1_16
|
||||
kops_1_17
|
||||
;
|
||||
kops = kops_1_16;
|
||||
kops = kops_1_17;
|
||||
|
||||
lguf-brightness = callPackage ../misc/lguf-brightness { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user