···99, ocaml
1010, version ?
1111 if lib.versionAtLeast ocaml.version "4.14" then
1212- "1.16.2"
1212+ "1.17.0"
1313 else if lib.versionAtLeast ocaml.version "4.13" then
1414 "1.10.5"
1515 else if lib.versionAtLeast ocaml.version "4.12" then
···1919}:
20202121let params = {
2222- "1.16.2" = {
2222+ "1.17.0" = {
2323 name = "lsp";
2424 minimalOCamlVersion = "4.14";
2525- sha256 = "sha256-FIfVpOLy1PAjNBBYVRvbi6hsIzZ7fFtP3aOqfcAqrsQ=";
2525+ sha256 = "sha256-j7i71xfu/SYItNg0WBBbZg4N46ETTcj8IWrmWdTRlgA=";
2626 };
2727 "1.14.2" = {
2828 name = "lsp";
+1-1
pkgs/development/ocaml-modules/ocaml-lsp/lsp.nix
···2424, ocaml
2525, version ?
2626 if lib.versionAtLeast ocaml.version "4.14" then
2727- "1.16.2"
2727+ "1.17.0"
2828 else if lib.versionAtLeast ocaml.version "4.13" then
2929 "1.10.5"
3030 else if lib.versionAtLeast ocaml.version "4.12" then