Merge pull request #318526 from AMS21/mold_2.32.0

mold: 2.31.0 -> 2.32.0
This commit is contained in:
Azat Bahawi 2024-06-10 10:31:12 +03:00 committed by GitHub
commit 30b768b583
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "mold";
version = "2.31.0";
version = "2.32.0";
src = fetchFromGitHub {
owner = "rui314";
repo = "mold";
rev = "v${version}";
hash = "sha256-CUIk1YACM+eCuxyUqyKaVBF00Ybxr23D+FQuXv45Qrs=";
hash = "sha256-0cidxsr7mZLtEMSXc+ZFH9l3pXNi4Fyv27XDks+th/I=";
};
nativeBuildInputs = [