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

mold: 2.34.0 -> 2.34.1 (#347671)

parents 683a6cff 341a21d9
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.34.0";
  version = "2.34.1";

  src = fetchFromGitHub {
    owner = "rui314";
    repo = "mold";
    rev = "v${version}";
    hash = "sha256-QH9mtigVqt9ZrVBUyQcgUMW/8jtXHSYDWz6pprt6Hlk=";
    hash = "sha256-x5fQ+dJFcxwENyTpZpQsMqTLtYQ8uuhUHV8jDpmltWg=";
  };

  nativeBuildInputs = [