mold: 2.40.3 -> 2.40.4

Changes: https://github.com/rui314/mold/releases/tag/v2.40.4
This commit is contained in:
Sergei Trofimovich 2025-08-18 06:46:52 +01:00
parent 8000dc1d3f
commit e18ae28f7d

View File

@ -26,13 +26,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mold";
version = "2.40.3";
version = "2.40.4";
src = fetchFromGitHub {
owner = "rui314";
repo = "mold";
tag = "v${finalAttrs.version}";
hash = "sha256-zE+qve1ooCN1UY0h9tI2jo7Sw+fVdhh4DPFIU7yYKSg=";
hash = "sha256-BiPeZJvMlLIC0TbsqBD1JSt/RE4xZ5wSRYujPXKb+RY=";
};
nativeBuildInputs = [