Unverified Commit 5346fb25 authored by Pavel Sobolev's avatar Pavel Sobolev
Browse files

mold: 2.30.0 -> 2.31.0

parent 013844af
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,13 +23,13 @@

stdenv.mkDerivation rec {
  pname = "mold";
  version = "2.30.0";
  version = "2.31.0";

  src = fetchFromGitHub {
    owner = "rui314";
    repo = "mold";
    rev = "v${version}";
    hash = "sha256-VVgJDKf21V7Mkfalh8tJ0Tx73VG1ong+8C6uPC23154=";
    hash = "sha256-CUIk1YACM+eCuxyUqyKaVBF00Ybxr23D+FQuXv45Qrs=";
  };

  nativeBuildInputs = [
+1 −1
Original line number Diff line number Diff line
@@ -19216,7 +19216,7 @@ with pkgs;
  modd = callPackage ../development/tools/modd { };
  mold = callPackage ../development/tools/mold {
  mold = callPackage ../by-name/mo/mold/package.nix {
    stdenv = if stdenv.isDarwin then overrideSDK stdenv "11.0" else stdenv;
    tbb = tbb_2021_11;
  };