mold: 2.31.0 -> 2.32.0

This commit is contained in:
AMS21 2024-06-09 15:09:32 +02:00
parent 1fec1c179f
commit dfeaaed874
No known key found for this signature in database
GPG Key ID: B31439F272FEEA96

View File

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