dune_3: 3.18.0 -> 3.18.1 (#399008)

This commit is contained in:
Wolfgang Walther
2025-04-26 17:10:40 +00:00
committed by GitHub
+2 -7
View File
@@ -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" ];