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 751038a commit 6d6e86bCopy full SHA for 6d6e86b
ocaml/default.nix
@@ -718,10 +718,10 @@ with oself;
718
dune_2 = dune_3;
719
720
dune_3 = osuper.dune_3.overrideAttrs (o: {
721
- version = "3.17.2";
+ version = "3.18.0";
722
src = builtins.fetchurl {
723
- url = "https://github.com/ocaml/dune/releases/download/3.17.2/dune-3.17.2.tbz";
724
- sha256 = "0r7al83jwkdfk6qvb53vrlzzfr08gwcydn1ccigfdsfg1vnzxslx";
+ url = "https://github.com/ocaml/dune/releases/download/3.18.0/dune-3.18.0.tbz";
+ sha256 = "1yrgvcvslh1r7b2dhikl07bxiq9xiblqn6wz49nnyy63mnp0sidp";
725
};
726
nativeBuildInputs = o.nativeBuildInputs ++ [ makeWrapper ];
727
postFixup =
0 commit comments