Skip to content

Commit

Permalink
use dune 3.16.0 (#1496)
Browse files Browse the repository at this point in the history
* use dune 3.16.0

* alpha2

* final release

* update version

---------

Co-authored-by: Antonio Nuno Monteiro <[email protected]>
  • Loading branch information
emillon and anmonteiro authored Jun 18, 2024
1 parent f89fbc7 commit b01faf3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ocaml/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,11 @@ with oself;
dune_2 = dune_3;

dune_3 = osuper.dune_3.overrideAttrs (o: {
version = "3.16.0";
src = builtins.fetchurl {
url = https://github.com/ocaml/dune/releases/download/3.16.0/dune-3.16.0.tbz;
sha256 = "19mxz5s1wisnh0dqryryi3ak4jvkkwrp8kf308g158wcj7kxv0al";
};
nativeBuildInputs = o.nativeBuildInputs ++ [ makeWrapper ];
postFixup =
if stdenv.isDarwin then ''
Expand Down

0 comments on commit b01faf3

Please sign in to comment.