Skip to content

Commit 2edb101

Browse files
authored
bump 5.4 support (#2021)
1 parent 79b9094 commit 2edb101

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ocaml/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2176,8 +2176,8 @@ with oself;
21762176
{
21772177
owner = "ocaml-ppx";
21782178
repo = "ppxlib";
2179-
rev = "dbb5f50494273cd10b426af6d2ee7fe1cadf82e2";
2180-
hash = "sha256-afQAwHKIB5htPfbAUCwXSKPxSvAvSgj1OCdnfbM89Mk=";
2179+
rev = "31e5638445edb2904b329bade19e359f88f93c82";
2180+
hash = "sha256-/s//giM9nT5Lp9cXAgXnWDVFsi32IhBWmXnaYxTF6Bk=";
21812181
}
21822182
else
21832183
builtins.fetchurl {

ocaml/overlay-ocaml-packages.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ let
121121
src = super.fetchFromGitHub {
122122
owner = "ocaml";
123123
repo = "ocaml";
124-
rev = "3e872717d3691511f4d409f5173455fde1e63ff2";
125-
hash = "sha256-R63NP7B2f2kQSlvxM1qtJhykA973ZQcUwq69YpDCOFk=";
124+
rev = "2a1b644d75b46585619b23dda5728c189419d666";
125+
hash = "sha256-bpV8Rjes9KrryIU8qowVB3P63Cse8qgbeDzi0AxYB9I=";
126126
};
127127
postPatch = ''
128128
substituteInPlace "runtime/caml/camlatomic.h" \

0 commit comments

Comments
 (0)