3
0
Fork 0
forked from mirrors/nixpkgs

kops_1_17: init at 1.17.0

This commit is contained in:
Christian Kampka 2020-06-03 08:36:57 +02:00
parent 598fcd561b
commit 623a3f0a6a
No known key found for this signature in database
GPG key ID: B88E140DB4FE1AA5
2 changed files with 7 additions and 1 deletions

View file

@ -60,4 +60,9 @@ in rec {
version = "1.16.3";
sha256 = "01j7r89vim12wgb2dv6p2pib8wj2daain179cawlyb5kjyyb3jnq";
};
kops_1_17 = mkKops {
version = "1.17.0";
sha256 = "175fi7pdzncqyv2gyaf96rn96zaywlyqrb6669n42faxilhyjbw7";
};
}

View file

@ -25677,8 +25677,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 { };