Skip to content

Commit

Permalink
neovim-node-client: minor fixes (#361905)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Dec 4, 2024
2 parents 20486ea + f3be663 commit d203c28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ne/neovim-node-client/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildNpmPackage rec {
src = fetchFromGitHub {
owner = "neovim";
repo = "node-client";
rev = "02a5fdef8e3ec2812d295981db38dbccf82e0728";
rev = "refs/tags/v${version}";
hash = "sha256-0vPw2hCGUDepSpF1gp/lI71EgwGsCSnw7ePP7ElHsTQ=";
};

Expand All @@ -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}";
Expand Down

0 comments on commit d203c28

Please sign in to comment.