ocamlPackages.lwt: 4.5.0 → 5.3.0

ocamlPackages.lwt_ppx: 1.2.4 → 2.0.1
This commit is contained in:
Vincent Laporte 2020-06-28 11:59:56 +02:00 committed by Vincent Laporte
parent a028138adf
commit cef53ab371
2 changed files with 5 additions and 5 deletions

View file

@ -7,11 +7,11 @@ let inherit (lib) optional versionAtLeast; in
buildDunePackage rec {
pname = "lwt";
version = "4.5.0";
version = "5.3.0";
src = fetchzip {
url = "https://github.com/ocsigen/${pname}/archive/${version}.tar.gz";
sha256 = "0l836z5zr38969bi77aga7ismj4wb01i3ffxf5v59jsgd3g44r2w";
sha256 = "15hgy3220m2b8imipa514n7l65m1h5lc6l1hanqwwvs7ghh2aqp2";
};
nativeBuildInputs = [ pkgconfig ];

View file

@ -2,7 +2,7 @@
buildDunePackage {
pname = "lwt_ppx";
version = "1.2.4";
version = "2.0.1";
src = fetchzip {
# `lwt_ppx` has a different release cycle than Lwt, but it's included in
@ -12,8 +12,8 @@ buildDunePackage {
#
# This is particularly useful for overriding Lwt without breaking `lwt_ppx`,
# as new Lwt releases may contain broken `lwt_ppx` code.
url = "https://github.com/ocsigen/lwt/archive/4.4.0.tar.gz";
sha256 = "1l97zdcql7y13fhaq0m9n9xvxf712jg0w70r72fvv6j49xm4nlhi";
url = "https://github.com/ocsigen/lwt/archive/5.2.0.tar.gz";
sha256 = "1znw8ckwdmqsnrcgar4g33zgr659l4l904bllrz69bbwdnfmz2x3";
};