mold: 2.32.0 -> 2.32.1

This commit is contained in:
AMS21 2024-06-27 11:14:59 +02:00
parent b3aa3989b4
commit 5692d94a15
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.32.0"; version = "2.32.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rui314"; owner = "rui314";
repo = "mold"; repo = "mold";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-0cidxsr7mZLtEMSXc+ZFH9l3pXNi4Fyv27XDks+th/I="; hash = "sha256-pKq4Vw7vPoT76OvCAeh+XEwI5klz2LPxXAWsr+RsTeU=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [