We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bb6ec5 commit fd4d1baCopy full SHA for fd4d1ba
ocaml/default.nix
@@ -715,10 +715,10 @@ with oself;
715
dune_2 = dune_3;
716
717
dune_3 = osuper.dune_3.overrideAttrs (o: {
718
- version = "3.18.2";
+ version = "3.19.0";
719
src = builtins.fetchurl {
720
- url = "https://github.com/ocaml/dune/releases/download/3.18.2/dune-3.18.2.tbz";
721
- sha256 = "1bx77493n94xgfhvnv0z3qgnjjmhxm1np7ix259acnrwzjgm1gjn";
+ url = "https://github.com/ocaml/dune/releases/download/3.19.0/dune-3.19.0.tbz";
+ sha256 = "0v39zhr0abw4xd82cyyqkrk4c2xrkcsjx8l184pqhzagsggigxnj";
722
};
723
nativeBuildInputs = o.nativeBuildInputs ++ [ makeWrapper ];
724
postFixup =
0 commit comments