mold: 2.34.1 -> 2.35.0 (#363845)

This commit is contained in:
Noa Aarts 2024-12-11 00:01:54 +01:00 committed by GitHub
parent cf793a6ae0
commit 43a8c56bd2
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.34.1";
version = "2.35.0";
src = fetchFromGitHub {
owner = "rui314";
repo = "mold";
rev = "v${version}";
hash = "sha256-x5fQ+dJFcxwENyTpZpQsMqTLtYQ8uuhUHV8jDpmltWg=";
hash = "sha256-X5I7M3R2/YxFzdDtL+N4bmF8RFImMIOtZOiyJHXHS8Y=";
};
nativeBuildInputs = [