kops_1_16: init at 1.16.0

This commit is contained in:
Christian Kampka 2020-02-27 10:59:41 +01:00
parent 39ed5ff74c
commit fcdf22329a
No known key found for this signature in database
GPG Key ID: B88E140DB4FE1AA5
2 changed files with 7 additions and 1 deletions

View File

@ -70,4 +70,9 @@ in rec {
version = "1.15.2";
sha256 = "1sjfd7pfi81ccq1dkgkh9xx6y94bqzlp727pvyf7l01x3d14z2b3";
};
kops_1_16 = mkKops {
version = "1.16.0";
sha256 = "1b2lzf6b29rs5imbpqp8gnp3b511lk7jrm2f62y32gmx0gyjws6a";
};
}

View File

@ -25043,8 +25043,9 @@ in
kops_1_13
kops_1_14
kops_1_15
kops_1_16
;
kops = kops_1_15;
kops = kops_1_16;
lguf-brightness = callPackage ../misc/lguf-brightness { };