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 6dcacad commit 1676d0aCopy full SHA for 1676d0a
ocaml/default.nix
@@ -732,10 +732,10 @@ with oself;
732
dune_2 = dune_3;
733
734
dune_3 = osuper.dune_3.overrideAttrs (o: {
735
- version = "3.17.0";
+ version = "3.18.0";
736
src = builtins.fetchurl {
737
- url = "https://github.com/ocaml/dune/releases/download/3.17.1/dune-3.17.1.tbz";
738
- sha256 = "1ijshcyk0hqk6xy0pqqn3i5b8mpbbmnaqwsiljfacy8k0pnyb7kb";
+ url = "https://github.com/ocaml/dune/releases/download/3.18.0/dune-3.18.0.tbz";
+ sha256 = "1yrgvcvslh1r7b2dhikl07bxiq9xiblqn6wz49nnyy63mnp0sidp";
739
};
740
nativeBuildInputs = o.nativeBuildInputs ++ [ makeWrapper ];
741
postFixup =
0 commit comments