From 7f9ad8535b0662a4c9be030d91eaa5151c638ff0 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Mon, 15 Sep 2025 08:04:13 +0200 Subject: [PATCH] =?UTF-8?q?ocamlPackages.reason:=203.16.0=20=E2=86=92=203.?= =?UTF-8?q?17.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/compilers/reason/default.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pkgs/development/compilers/reason/default.nix b/pkgs/development/compilers/reason/default.nix index f6e3b181fcd8..44802e0833e5 100644 --- a/pkgs/development/compilers/reason/default.nix +++ b/pkgs/development/compilers/reason/default.nix @@ -10,7 +10,7 @@ merlin-extend, ppxlib, cppo, - ppx_derivers, + cmdliner, dune-build-info, }: @@ -18,8 +18,8 @@ let param = if lib.versionAtLeast ppxlib.version "0.36" then { - version = "3.16.0"; - hash = "sha256-R7DkOn00jiqFBlirS+xaT7u5/U/z7IocGBZRFVjFNk4="; + version = "3.17.0"; + hash = "sha256-gsiBnOn9IVt+fixlAeY456kE6+E6taHY6sJnnYz4pes="; } else { @@ -50,7 +50,8 @@ buildDunePackage rec { fix menhirSdk merlin-extend - ]; + ] + ++ lib.optional (lib.versionAtLeast version "3.17") cmdliner; propagatedBuildInputs = [ ppxlib