mold: 2.36.0 -> 2.37.0

Changes: https://github.com/rui314/mold/releases/tag/v2.37.0
This commit is contained in:
Sergei Trofimovich
2025-03-07 06:54:50 +00:00
parent f104cca31b
commit 5aa6f0aa52
+2 -2
View File
@@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "mold";
version = "2.36.0";
version = "2.37.0";
src = fetchFromGitHub {
owner = "rui314";
repo = "mold";
rev = "v${version}";
hash = "sha256-lJEQG2JPOwWMnYaOYBisusRNYKPLHtxtVtaRPhNl+fQ=";
hash = "sha256-Be5czR6ODN4NnJ0f3NYP2shLbawJHU/EU2aHqTBRKzE=";
};
nativeBuildInputs = [