ocaml-lsp: 1.12 -> 1.14

This commit is contained in:
Ulrik Strid 2022-10-21 12:38:09 +02:00 committed by Vincent Laporte
parent 7eb4d82785
commit 05bfaaa416

View file

@ -13,8 +13,8 @@ let params =
if lib.versionAtLeast ocaml.version "4.14"
then {
name = "lsp";
version = "1.12.4";
sha256 = "sha256-kZuYAny8VjWdq+ipEdPSTRcGzqjNBOgXOi0dOwb52EY=";
version = "1.14.1";
sha256 = "sha256-5kxMM90Dd5H8yb7f1NYV3abRaePqztFQ82VTnayradk=";
} else if lib.versionAtLeast ocaml.version "4.13"
then {
name = "jsonrpc";