mold: 2.39.1 -> 2.40.0

This commit is contained in:
R. Ryantm
2025-06-03 16:32:34 +00:00
parent e8bb3205d7
commit d6843fce63
+2 -2
View File
@@ -26,13 +26,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mold";
version = "2.39.1";
version = "2.40.0";
src = fetchFromGitHub {
owner = "rui314";
repo = "mold";
tag = "v${finalAttrs.version}";
hash = "sha256-uC6oakFfF0tpSiBeps5IO41Khk7VyCMSZhVh2Gmwlyc=";
hash = "sha256-8EqAgdlvg7BSCTmMubqbq2t77xGcUI2RWEw2iuK5UXo=";
};
nativeBuildInputs = [