Skip to content

Commit 1676d0a

Browse files
committed
Update Dune 3.18.0
Signed-off-by: Etienne Marais <dev@maiste.fr>
1 parent 6dcacad commit 1676d0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ocaml/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -732,10 +732,10 @@ with oself;
732732
dune_2 = dune_3;
733733

734734
dune_3 = osuper.dune_3.overrideAttrs (o: {
735-
version = "3.17.0";
735+
version = "3.18.0";
736736
src = builtins.fetchurl {
737-
url = "https://github.com/ocaml/dune/releases/download/3.17.1/dune-3.17.1.tbz";
738-
sha256 = "1ijshcyk0hqk6xy0pqqn3i5b8mpbbmnaqwsiljfacy8k0pnyb7kb";
737+
url = "https://github.com/ocaml/dune/releases/download/3.18.0/dune-3.18.0.tbz";
738+
sha256 = "1yrgvcvslh1r7b2dhikl07bxiq9xiblqn6wz49nnyy63mnp0sidp";
739739
};
740740
nativeBuildInputs = o.nativeBuildInputs ++ [ makeWrapper ];
741741
postFixup =

0 commit comments

Comments
 (0)