Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bee470ef9a8d
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ca3531850844
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Feb 26, 2020

  1. Copy the full SHA
    ca35318 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/development/lua-modules/generated-packages.nix
8 changes: 4 additions & 4 deletions pkgs/development/lua-modules/generated-packages.nix
Original file line number Diff line number Diff line change
@@ -1432,17 +1432,17 @@ moonscript = buildLuarocksPackage {
};
nvim-client = buildLuarocksPackage {
pname = "nvim-client";
version = "0.2.0-1";
version = "0.2.2-1";

src = fetchurl {
url = https://luarocks.org/nvim-client-0.2.0-1.src.rock;
sha256 = "1ah9mjvz28hrbwnyb5n60znz3m0m41rn7jpnxwfx773cys3skidx";
url = https://luarocks.org/nvim-client-0.2.2-1.src.rock;
sha256 = "0bgx94ziiq0004zw9lz2zb349xaqs5pminqd8bwdrfdnfjnbp8x0";
};
disabled = (luaOlder "5.1");
propagatedBuildInputs = [ lua mpack luv coxpcall ];

meta = with stdenv.lib; {
homepage = "https://github.com/neovim/lua-client/archive/0.2.0-1.tar.gz";
homepage = "https://github.com/neovim/lua-client/archive/0.2.2-1.tar.gz";
description = "Lua client to Nvim";
license = {
fullName = "Apache";