Skip to content

Commit

Permalink
update OCaml to 5.1.1-rc1 / js_of_ocaml to 5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Dec 4, 2023
1 parent 5d0e6d6 commit 70f9b8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions ocaml/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1074,11 +1074,9 @@ with oself;
});

js_of_ocaml-compiler = osuper.js_of_ocaml-compiler.overrideAttrs (_: {
src = fetchFromGitHub {
owner = "ocsigen";
repo = "js_of_ocaml";
rev = "51277d10ddb932181d157949625a16e1486d70cc";
hash = "sha256-0iWH6A3VajvymccP9N/rGZiaIa7cTk4ZKJzF+2OvS6A=";
src = builtins.fetchurl {
url = https://github.com/ocsigen/js_of_ocaml/releases/download/5.5.1/js_of_ocaml-5.5.1.tbz;
sha256 = "1dqaavq4chb18n7az68lp5ld2rrmxs872ygjbzcdv2xgdmv9nv98";
};
});

Expand Down
4 changes: 2 additions & 2 deletions ocaml/overlay-ocaml-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ let
src = super.fetchFromGitHub {
owner = "ocaml";
repo = "ocaml";
rev = "eee78bf992a2b3e1e99af5e2af1c6ae5ba291ff1";
hash = "sha256-PViNwld8Za6F5v8np3x8cP70JXpTrcIkgodPuJGpfyo=";
rev = "5.1.1-rc1";
hash = "sha256-X8bGmoDgSIOk7jyQOgzYEhFibd5Wsd7hxnSiZvG/Ey8=";
};
});
});
Expand Down

0 comments on commit 70f9b8c

Please sign in to comment.