Commit 5aa6f0aa authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files

mold: 2.36.0 -> 2.37.0

parent f104cca3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [