mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 23:51:03 +00:00
ocamlPackages.reason: 3.16.0 → 3.17.0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user