Merge pull request #308846 from paveloom/mold

mold: 2.30.0 -> 2.31.0
This commit is contained in:
Azat Bahawi 2024-05-03 19:51:57 +00:00 committed by GitHub
commit 9155c3d38d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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 = [

View File

@ -19209,7 +19209,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;
};