mold: 2.35.1 -> 2.36.0

Changes: https://github.com/rui314/mold/releases/tag/v2.36.0
This commit is contained in:
Mutsuha Asada
2025-01-09 17:50:18 +09:00
parent bb68b947d7
commit 4a1a598e24
+2 -2
View File
@@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "mold";
version = "2.35.1";
version = "2.36.0";
src = fetchFromGitHub {
owner = "rui314";
repo = "mold";
rev = "v${version}";
hash = "sha256-65J7PXBuQDclZQXApWDrl7MwQh156UR8bbkDebpgVv8=";
hash = "sha256-lJEQG2JPOwWMnYaOYBisusRNYKPLHtxtVtaRPhNl+fQ=";
};
nativeBuildInputs = [