mold: 2.40.3 -> 2.40.4 (#434641)

This commit is contained in:
Azat Bahawi 2025-08-18 13:36:28 +03:00 committed by GitHub
commit f98231062e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [