Unverified Commit 01b85874 authored by Ben Siraphob's avatar Ben Siraphob Committed by GitHub
Browse files

Merge pull request #181051 from jiegec/mono

mono: 6.12.0.122 -> 6.12.0.182
parents dbe13377 600133b8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,8 +2,8 @@

callPackage ./generic.nix ({
  inherit Foundation libobjc;
  version = "6.12.0.122";
  version = "6.12.0.182";
  srcArchiveSuffix = "tar.xz";
  sha256 = "sha256-KcJ3Zg/F51ExB67hy/jFBXyTcKTN/tovx4G+aYbYnSM=";
  sha256 = "sha256-VzZqarTztezxEdSFSAMWFbOhANuHxnn8AG6Mik79lCQ=";
  enableParallelBuilding = true;
})
+1 −2
Original line number Diff line number Diff line
@@ -76,8 +76,7 @@ stdenv.mkDerivation rec {
  inherit enableParallelBuilding;

  meta = with lib; {
    # Per nixpkgs#151720 the build failures for aarch64-darwin are fixed upstream, but a
    # stable release with the fix is not available yet.
    # Per nixpkgs#151720 the build failures for aarch64-darwin are fixed since 6.12.0.129
    broken = stdenv.isDarwin && stdenv.isAarch64 && lib.versionOlder version "6.12.0.129";
    homepage = "https://mono-project.com/";
    description = "Cross platform, open source .NET development framework";