Unverified Commit 83484715 authored by Azat Bahawi's avatar Azat Bahawi Committed by GitHub
Browse files

mold: 2.33.0 -> 2.34.0 (#345623)

parents cc02f252 e2c5f11c
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 = [