Merge pull request #322868 from AMS21/mold_2.32.1

mold: 2.32.0 -> 2.32.1
This commit is contained in:
Azat Bahawi 2024-06-28 12:25:25 +00:00 committed by GitHub
commit 60bfeaedb5
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.32.0";
version = "2.32.1";
src = fetchFromGitHub {
owner = "rui314";
repo = "mold";
rev = "v${version}";
hash = "sha256-0cidxsr7mZLtEMSXc+ZFH9l3pXNi4Fyv27XDks+th/I=";
hash = "sha256-pKq4Vw7vPoT76OvCAeh+XEwI5klz2LPxXAWsr+RsTeU=";
};
nativeBuildInputs = [