ocamlPackages.reason: 3.16.0 → 3.17.0

This commit is contained in:
Vincent Laporte
2025-09-15 08:04:13 +02:00
parent 48ee1c3cca
commit 7f9ad8535b

View File

@@ -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