Unverified Commit 05be1ad5 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #201045 from iblech/patch-mold

mold: 1.6.0 -> 1.7.0
parents 9f3c77bf 50e6fbee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation rec {
  pname = "mold";
  version = "1.6.0";
  version = "1.7.0";

  src = fetchFromGitHub {
    owner = "rui314";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-IXXyZZw1Tp/s9YkPR5Y+A6LpvaRo+XfA8UJBtt5Bjmg=";
    hash = "sha256-hSDGVS3Q0LJ7HZPz6/kSRK+9XejETra5FloeEMrkdLg=";
  };

  nativeBuildInputs = [ cmake ninja ];