Commit e2c5f11c authored by R. RyanTM's avatar R. RyanTM
Browse files

mold: 2.33.0 -> 2.34.0

parent cfb89f4e
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.33.0";
  version = "2.34.0";

  src = fetchFromGitHub {
    owner = "rui314";
    repo = "mold";
    rev = "v${version}";
    hash = "sha256-685Tn2/XFhGSk7Onnw1W9VfgDSFNwDETc3KoiKMCS3M=";
    hash = "sha256-QH9mtigVqt9ZrVBUyQcgUMW/8jtXHSYDWz6pprt6Hlk=";
  };

  nativeBuildInputs = [