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

mold: 2.37.1 -> 2.38.0 (#402255)

parents 5fe21c84 276e0a89
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,13 +24,13 @@

stdenv.mkDerivation rec {
  pname = "mold";
  version = "2.37.1";
  version = "2.38.0";

  src = fetchFromGitHub {
    owner = "rui314";
    repo = "mold";
    rev = "v${version}";
    hash = "sha256-ZGO3oT8NOOkAYTyoMUKxH3TFP4mw2z0BGdGSF2TbKaE=";
    hash = "sha256-qtSnzCgWcx1YEcN0LlQ0SNBvciu2Rj1bmekBhcB/la4=";
  };

  nativeBuildInputs = [