vimPlugins.LanguageClientNeovim: 0.1.158 -> 0.1.160 (#101688)

https://github.com/autozimu/LanguageClient-neovim/blob/0.1.160/CHANGELOG.md
This commit is contained in:
symphorien 2020-10-25 23:43:52 +00:00 committed by GitHub
parent 3825e74193
commit b73dd85c93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,18 +60,19 @@ self: super: {
}; };
LanguageClient-neovim = let LanguageClient-neovim = let
version = "0.1.158"; version = "0.1.160";
LanguageClient-neovim-src = fetchFromGitHub { LanguageClient-neovim-src = fetchFromGitHub {
owner = "autozimu"; owner = "autozimu";
repo = "LanguageClient-neovim"; repo = "LanguageClient-neovim";
rev = version; rev = version;
sha256 = "14xggdgp5qw4yj4gdsgr8s2nxm098m88q8rx6fzd2j20njv308ki"; sha256 = "143cifahav1pfmpx3j1ihx433jrwxf6z27s0wxndgjkd2plkks58";
}; };
LanguageClient-neovim-bin = rustPlatform.buildRustPackage { LanguageClient-neovim-bin = rustPlatform.buildRustPackage {
name = "LanguageClient-neovim-bin"; pname = "LanguageClient-neovim-bin";
inherit version;
src = LanguageClient-neovim-src; src = LanguageClient-neovim-src;
cargoSha256 = "0nin1gydf6q4mmxljm2xbd1jfl3wpzx3pvlqwspahblv9j2bf5ck"; cargoSha256 = "0mf94j85awdcqa6cyb89bipny9xg13ldkznjf002fq747f55my2a";
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ CoreServices ]; buildInputs = stdenv.lib.optionals stdenv.isDarwin [ CoreServices ];
# FIXME: Use impure version of CoreFoundation because of missing symbols. # FIXME: Use impure version of CoreFoundation because of missing symbols.