mono: 5.16.0.220 -> 5.20.1.27

I have checked a couple of times that building in parallel succeedes even with
nix-build --cores 9999, and once that the result can build all not broken
dependent projects.

Closes #58797.
This commit is contained in:
Orivej Desh 2019-05-01 03:03:55 +00:00
parent 9d71cd0520
commit ffc8ac2fad

View file

@ -2,7 +2,7 @@
callPackage ./generic.nix (rec {
inherit Foundation libobjc;
version = "5.16.0.220";
sha256 = "1qwdmxssplfdb5rq86f1j8lskvr9dfk5c8hqz9ic09ml69r8c87l";
enableParallelBuilding = false;
version = "5.20.1.27";
sha256 = "15rpwxw642ad1na93k5nj7d2lb24f21kncr924gxr00178a9x0jy";
enableParallelBuilding = true;
})