mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
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:
parent
9d71cd0520
commit
ffc8ac2fad
@ -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;
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user