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 f672e20 commit 325770bCopy full SHA for 325770b
ocaml/default.nix
@@ -773,12 +773,10 @@ with oself;
773
dune_2 = dune_3;
774
775
dune_3 = osuper.dune_3.overrideAttrs (o: {
776
- version = "3.17.0-dev";
777
- src = fetchFromGitHub {
778
- owner = "ocaml";
779
- repo = "dune";
780
- rev = "d2ddc436b78f4da6e245593f0da2349ef0245d5a";
781
- hash = "sha256-XoZQjkWmlriYDI9TGPAjZ4pzR6eSrqdm2TEFtghPEMc=";
+ version = "3.17.0";
+ src = builtins.fetchurl {
+ url = "https://github.com/ocaml/dune/releases/download/3.17.0/dune-3.17.0.tbz";
+ sha256 = "0z2h2v4fk75579km3z0shh807n3bh3s7ab9939n3v7nk3v2acfic";
782
};
783
nativeBuildInputs = o.nativeBuildInputs ++ [ makeWrapper ];
784
postFixup =
0 commit comments