Skip to content

Commit fd4d1ba

Browse files
authored
Update Dune 3.19.0 (#2029)
Signed-off-by: Etienne Marais <[email protected]>
1 parent 9bb6ec5 commit fd4d1ba

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
@@ -715,10 +715,10 @@ with oself;
715715
dune_2 = dune_3;
716716

717717
dune_3 = osuper.dune_3.overrideAttrs (o: {
718-
version = "3.18.2";
718+
version = "3.19.0";
719719
src = builtins.fetchurl {
720-
url = "https://github.com/ocaml/dune/releases/download/3.18.2/dune-3.18.2.tbz";
721-
sha256 = "1bx77493n94xgfhvnv0z3qgnjjmhxm1np7ix259acnrwzjgm1gjn";
720+
url = "https://github.com/ocaml/dune/releases/download/3.19.0/dune-3.19.0.tbz";
721+
sha256 = "0v39zhr0abw4xd82cyyqkrk4c2xrkcsjx8l184pqhzagsggigxnj";
722722
};
723723
nativeBuildInputs = o.nativeBuildInputs ++ [ makeWrapper ];
724724
postFixup =

0 commit comments

Comments
 (0)