Skip to content

Commit 325770b

Browse files
committed
release tarball
1 parent f672e20 commit 325770b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

ocaml/default.nix

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -773,12 +773,10 @@ with oself;
773773
dune_2 = dune_3;
774774

775775
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=";
776+
version = "3.17.0";
777+
src = builtins.fetchurl {
778+
url = "https://github.com/ocaml/dune/releases/download/3.17.0/dune-3.17.0.tbz";
779+
sha256 = "0z2h2v4fk75579km3z0shh807n3bh3s7ab9939n3v7nk3v2acfic";
782780
};
783781
nativeBuildInputs = o.nativeBuildInputs ++ [ makeWrapper ];
784782
postFixup =

0 commit comments

Comments
 (0)