Skip to content

Commit

Permalink
use dune 3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emillon authored and anmonteiro committed Jun 18, 2024
1 parent f89fbc7 commit 2e1bf3c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ocaml/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,13 @@ with oself;
wrapProgram $out/bin/dune \
--suffix PATH : "${darwin.sigtool}/bin"
'' else "";
version = "3.16.0~alpha1";
src = fetchFromGitHub {
owner = "ocaml";
repo = "dune";
rev = "3.16.0_alpha1";
sha256 = "sha256-7xsEqkavmFjoehjCvk9fcmkQvzJRLtziccDr4yUFKUU=";
};
});

dune-build-info = osuper.dune-build-info.overrideAttrs (_: {
Expand Down

0 comments on commit 2e1bf3c

Please sign in to comment.