ocamlPackages.ocaml-lsp: 1.9.1 -> 1.10.3

changelog: https://github.com/ocaml/ocaml-lsp/blob/master/CHANGES.md
tested on a project with ocaml 4.08, 4.12 and 4.13
This commit is contained in:
Guillaume Girol 2022-03-06 12:00:00 +00:00 committed by Vincent Laporte
parent 21a985f2e7
commit 9fbd32c573

View File

@ -12,8 +12,8 @@
let params =
if lib.versionAtLeast ocaml.version "4.13"
then {
version = "1.9.1";
sha256 = "sha256:1vnwdpjppihprc8q2i5zcqq7vp67255jclg90ldfvwafgljxn76g";
version = "1.10.3";
sha256 = "sha256-o6wQc7Byi5T0vbARF3LAq69/9wMkOZRQ6rcVa/rBUfE=";
} else if lib.versionAtLeast ocaml.version "4.12"
then {
version = "1.9.0";