neovim-node-client: minor fixes (#361905)

This commit is contained in:
Gaétan Lepage 2024-12-05 00:59:34 +01:00 committed by GitHub
commit d203c28b8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ buildNpmPackage rec {
src = fetchFromGitHub {
owner = "neovim";
repo = "node-client";
rev = "02a5fdef8e3ec2812d295981db38dbccf82e0728";
rev = "refs/tags/v${version}";
hash = "sha256-0vPw2hCGUDepSpF1gp/lI71EgwGsCSnw7ePP7ElHsTQ=";
};
@ -29,7 +29,7 @@ buildNpmPackage rec {
'';
meta = {
mainProgram = "node-client";
mainProgram = "neovim-node-host";
description = "Nvim msgpack API client and remote plugin provider";
homepage = "https://github.com/neovim/node-client";
changelog = "https://github.com/neovim/node-client/releases/tag/v${version}";