Loading pkgs/development/ocaml-modules/ocaml-lsp/jsonrpc.nix +7 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ ocaml, version ? if lib.versionAtLeast ocaml.version "5.4" then "1.24.0" "1.25.0" else if lib.versionAtLeast ocaml.version "5.3" then "1.23.1" else if lib.versionAtLeast ocaml.version "5.2" then Loading @@ -28,6 +28,11 @@ let params = { "1.25.0" = { name = "lsp"; minimalOCamlVersion = "5.3"; sha256 = "sha256-4xXSvvP4lwmtJXCEaSeZblT/ja/OJRGIgWq5fO8h8CA="; }; "1.24.0" = { name = "lsp"; minimalOCamlVersion = "5.3"; Loading Loading @@ -82,7 +87,7 @@ let ."${version}"; in buildDunePackage rec { buildDunePackage { pname = "jsonrpc"; inherit version; src = fetchurl { Loading pkgs/development/ocaml-modules/ocaml-lsp/lsp.nix +2 −2 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ ocaml, version ? if lib.versionAtLeast ocaml.version "5.4" then "1.24.0" "1.25.0" else if lib.versionAtLeast ocaml.version "5.3" then "1.23.1" else if lib.versionAtLeast ocaml.version "5.2" then Loading @@ -45,7 +45,7 @@ let inherit version; }; in buildDunePackage rec { buildDunePackage { pname = "lsp"; inherit (jsonrpc_v) version src; minimalOCamlVersion = if lib.versionAtLeast version "1.7.0" then "4.12" else "4.06"; Loading Loading
pkgs/development/ocaml-modules/ocaml-lsp/jsonrpc.nix +7 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ ocaml, version ? if lib.versionAtLeast ocaml.version "5.4" then "1.24.0" "1.25.0" else if lib.versionAtLeast ocaml.version "5.3" then "1.23.1" else if lib.versionAtLeast ocaml.version "5.2" then Loading @@ -28,6 +28,11 @@ let params = { "1.25.0" = { name = "lsp"; minimalOCamlVersion = "5.3"; sha256 = "sha256-4xXSvvP4lwmtJXCEaSeZblT/ja/OJRGIgWq5fO8h8CA="; }; "1.24.0" = { name = "lsp"; minimalOCamlVersion = "5.3"; Loading Loading @@ -82,7 +87,7 @@ let ."${version}"; in buildDunePackage rec { buildDunePackage { pname = "jsonrpc"; inherit version; src = fetchurl { Loading
pkgs/development/ocaml-modules/ocaml-lsp/lsp.nix +2 −2 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ ocaml, version ? if lib.versionAtLeast ocaml.version "5.4" then "1.24.0" "1.25.0" else if lib.versionAtLeast ocaml.version "5.3" then "1.23.1" else if lib.versionAtLeast ocaml.version "5.2" then Loading @@ -45,7 +45,7 @@ let inherit version; }; in buildDunePackage rec { buildDunePackage { pname = "lsp"; inherit (jsonrpc_v) version src; minimalOCamlVersion = if lib.versionAtLeast version "1.7.0" then "4.12" else "4.06"; Loading