Merge pull request #333150 from zzzsyyy/update/mold_2_33_0

mold: 2.32.1 -> 2.33.0
This commit is contained in:
Azat Bahawi 2024-08-08 07:14:39 +00:00 committed by GitHub
commit 65ab9d99d4
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.1";
version = "2.33.0";
src = fetchFromGitHub {
owner = "rui314";
repo = "mold";
rev = "v${version}";
hash = "sha256-pKq4Vw7vPoT76OvCAeh+XEwI5klz2LPxXAWsr+RsTeU=";
hash = "sha256-685Tn2/XFhGSk7Onnw1W9VfgDSFNwDETc3KoiKMCS3M=";
};
nativeBuildInputs = [