mold: 2.36.0 -> 2.37.0 (#387813)

This commit is contained in:
Azat Bahawi
2025-03-07 14:37:41 +03:00
committed by GitHub
+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 = [