Skip to content

Commit

Permalink
Update Dune 3.17.1 (#1836)
Browse files Browse the repository at this point in the history
* Update Dune 3.17.1

* Update ocaml/default.nix

---------

Co-authored-by: Antonio Nuno Monteiro <[email protected]>
  • Loading branch information
maiste and anmonteiro authored Dec 20, 2024
1 parent 238fbb7 commit b2765d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ocaml/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -765,8 +765,8 @@ with oself;
dune_3 = osuper.dune_3.overrideAttrs (o: {
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";
url = "https://github.com/ocaml/dune/releases/download/3.17.1/dune-3.17.1.tbz";
sha256 = "1ijshcyk0hqk6xy0pqqn3i5b8mpbbmnaqwsiljfacy8k0pnyb7kb";
};
nativeBuildInputs = o.nativeBuildInputs ++ [ makeWrapper ];
postFixup =
Expand Down

0 comments on commit b2765d0

Please sign in to comment.