mold: 2.30.0 -> 2.31.0

This commit is contained in:
Pavel Sobolev
2024-05-03 19:35:47 +03:00
parent 013844af15
commit 5346fb25bd
2 changed files with 3 additions and 3 deletions
@@ -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
View File
@@ -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;
};