From 7ddfb722dcd5474afb42ab7c2beb92715707aec9 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Sat, 17 Dec 2022 15:45:01 +0100 Subject: [PATCH] =?UTF-8?q?ocamlPackages.lwt=5Fppx:=202.0.2=20=E2=86=92=20?= =?UTF-8?q?2.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/ocaml-modules/lwt/ppx.nix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pkgs/development/ocaml-modules/lwt/ppx.nix b/pkgs/development/ocaml-modules/lwt/ppx.nix index 1ba21af864bb..2881560c6f8d 100644 --- a/pkgs/development/ocaml-modules/lwt/ppx.nix +++ b/pkgs/development/ocaml-modules/lwt/ppx.nix @@ -2,11 +2,10 @@ buildDunePackage { pname = "lwt_ppx"; - version = "2.0.2"; + version = "2.1.0"; + duneVersion = "3"; - useDune2 = true; - - minimumOCamlVersion = "4.04"; + minimalOCamlVersion = "4.04"; # `lwt_ppx` has a different release cycle than Lwt, but it's included in # one of its release bundles. @@ -18,8 +17,8 @@ buildDunePackage { src = fetchFromGitHub { owner = "ocsigen"; repo = "lwt"; - rev = "5.4.0"; - sha256 = "sha256-rRivROVbQbXkHWen1n8+9AwrRJaOK0Fhyilw29T7was="; + rev = "5.6.0"; + hash = "sha256-DLQupCkZ14kOuSQatbb7j07I+jvvDCKpdlaR3rijT4s="; }; propagatedBuildInputs = [ lwt ppxlib ];