mono: 6.12.0.122 -> 6.12.0.182
This commit is contained in:
parent
0dc7730340
commit
600133b855
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
callPackage ./generic.nix ({
|
callPackage ./generic.nix ({
|
||||||
inherit Foundation libobjc;
|
inherit Foundation libobjc;
|
||||||
version = "6.12.0.122";
|
version = "6.12.0.182";
|
||||||
srcArchiveSuffix = "tar.xz";
|
srcArchiveSuffix = "tar.xz";
|
||||||
sha256 = "sha256-KcJ3Zg/F51ExB67hy/jFBXyTcKTN/tovx4G+aYbYnSM=";
|
sha256 = "sha256-VzZqarTztezxEdSFSAMWFbOhANuHxnn8AG6Mik79lCQ=";
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
})
|
})
|
||||||
|
@ -76,8 +76,7 @@ stdenv.mkDerivation rec {
|
|||||||
inherit enableParallelBuilding;
|
inherit enableParallelBuilding;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
# Per nixpkgs#151720 the build failures for aarch64-darwin are fixed upstream, but a
|
# Per nixpkgs#151720 the build failures for aarch64-darwin are fixed since 6.12.0.129
|
||||||
# stable release with the fix is not available yet.
|
|
||||||
broken = stdenv.isDarwin && stdenv.isAarch64 && lib.versionOlder version "6.12.0.129";
|
broken = stdenv.isDarwin && stdenv.isAarch64 && lib.versionOlder version "6.12.0.129";
|
||||||
homepage = "https://mono-project.com/";
|
homepage = "https://mono-project.com/";
|
||||||
description = "Cross platform, open source .NET development framework";
|
description = "Cross platform, open source .NET development framework";
|
||||||
|
Loading…
Reference in New Issue
Block a user