Unverified Commit 276e0a89 authored by Ashish SHUKLA's avatar Ashish SHUKLA
Browse files

mold: 2.37.1 -> 2.38.0

parent f771eb40
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 = [