ocamlPackages.lsp: 1.19.0 -> 1.21.0

This commit is contained in:
Adam C. Stephens
2025-01-15 15:41:36 +01:00
committed by Vincent Laporte
parent f76210bb20
commit 82cea8d55b
2 changed files with 7 additions and 7 deletions
@@ -9,8 +9,8 @@
lib,
ocaml,
version ?
if lib.versionAtLeast ocaml.version "5.02" then
"1.19.0"
if lib.versionAtLeast ocaml.version "5.2" then
"1.21.0"
else if lib.versionAtLeast ocaml.version "4.14" then
"1.18.0"
else if lib.versionAtLeast ocaml.version "4.13" then
@@ -24,10 +24,10 @@
let
params =
{
"1.19.0" = {
"1.21.0" = {
name = "lsp";
minimalOCamlVersion = "5.02";
sha256 = "sha256-54PZ8af4nOG/TJFIqjSiKDaL0Um7zKQ96AtFkiHe5ew=";
minimalOCamlVersion = "5.2";
sha256 = "sha256-Z4cDN/8j0NK6Q3dL+1io/eBJd+o32k0txQDtC1fO9xc=";
};
"1.18.0" = {
name = "lsp";
@@ -23,8 +23,8 @@
ocamlformat-rpc-lib,
ocaml,
version ?
if lib.versionAtLeast ocaml.version "5.02" then
"1.19.0"
if lib.versionAtLeast ocaml.version "5.2" then
"1.21.0"
else if lib.versionAtLeast ocaml.version "4.14" then
"1.18.0"
else if lib.versionAtLeast ocaml.version "4.13" then