Merge pull request #81170 from kampka/kops_1_16

kops_1_16: init at 1.16.0
This commit is contained in:
Dmitry Kalinkin 2020-03-20 19:14:15 -04:00 committed by GitHub
commit 451196438c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

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