kops_1_14: init at 1.14.0 (#70189)

This commit is contained in:
Christian Kampka 2019-10-01 19:03:02 +02:00 committed by zimbatm
parent 58899b8d19
commit b980f1e46c
2 changed files with 7 additions and 1 deletions

View File

@ -60,4 +60,9 @@ in rec {
version = "1.13.2"; version = "1.13.2";
sha256 = "0lkkg34vn020r62ga8vg5d3a8jwvq00xlv3p1s01nkz33f6salng"; sha256 = "0lkkg34vn020r62ga8vg5d3a8jwvq00xlv3p1s01nkz33f6salng";
}; };
kops_1_14 = mkKops {
version = "1.14.0";
sha256 = "0zd2plsdn45wf73qspv9yaxa0crwfy5h6ws3lvw96vxvrkhl96l2";
};
} }

View File

@ -23981,8 +23981,9 @@ in
mkKops mkKops
kops_1_12 kops_1_12
kops_1_13 kops_1_13
kops_1_14
; ;
kops = kops_1_13; kops = kops_1_14;
lguf-brightness = callPackage ../misc/lguf-brightness { }; lguf-brightness = callPackage ../misc/lguf-brightness { };