mold: 2.40.0 -> 2.40.1

This commit is contained in:
R. Ryantm
2025-06-14 07:58:46 +00:00
parent f117875f61
commit c735dd2fea
+2 -2
View File
@@ -26,13 +26,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mold";
version = "2.40.0";
version = "2.40.1";
src = fetchFromGitHub {
owner = "rui314";
repo = "mold";
tag = "v${finalAttrs.version}";
hash = "sha256-8EqAgdlvg7BSCTmMubqbq2t77xGcUI2RWEw2iuK5UXo=";
hash = "sha256-161ATZkgoipFMRcI4x4TNqxbyWxM75Cmo/rL4Hn1JFQ=";
};
nativeBuildInputs = [