Unverified Commit 20486881 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

dune_3: 3.18.0 -> 3.18.1 (#399008)

parents 7905f791 13747a2f
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@
  fetchurl,
  ocaml,
  findlib,
  darwin,
  ocaml-lsp,
  dune-release,
}:
@@ -15,11 +14,11 @@ else

  stdenv.mkDerivation rec {
    pname = "dune";
    version = "3.18.0";
    version = "3.18.1";

    src = fetchurl {
      url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
      hash = "sha256-t0UNrq3DeG9tIp8bi+mKPeHY1wF0RtjEOjlAqjfbL/s=";
      hash = "sha256-X6HjSPDLJO7U7ZPO/w92gGTIcHjOsAj2dW1SG/zu6p4=";
    };

    nativeBuildInputs = [
@@ -27,10 +26,6 @@ else
      findlib
    ];

    buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
      darwin.apple_sdk.frameworks.CoreServices
    ];

    strictDeps = true;

    buildFlags = [ "release" ];