Skip to content

Commit 368da24

Browse files
committed
Update Dune 3.18.0
Signed-off-by: Etienne Marais <dev@maiste.fr>
1 parent 751038a commit 368da24

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
@@ -718,10 +718,10 @@ with oself;
718718
dune_2 = dune_3;
719719

720720
dune_3 = osuper.dune_3.overrideAttrs (o: {
721-
version = "3.17.2";
721+
version = "3.18.0";
722722
src = builtins.fetchurl {
723-
url = "https://github.com/ocaml/dune/releases/download/3.17.2/dune-3.17.2.tbz";
724-
sha256 = "0r7al83jwkdfk6qvb53vrlzzfr08gwcydn1ccigfdsfg1vnzxslx";
723+
url = "https://github.com/ocaml/dune/releases/download/3.18.0/dune-3.18.0.tbz";
724+
sha256 = "1yrgvcvslh1r7b2dhikl07bxiq9xiblqn6wz49nnyy63mnp0sidp";
725725
};
726726
nativeBuildInputs = o.nativeBuildInputs ++ [ makeWrapper ];
727727
postFixup =

0 commit comments

Comments
 (0)