neovim-remote: 1.4.0 -> 1.6.0

This commit is contained in:
Rok Garbas 2017-05-02 13:06:43 +02:00
parent 33960efb13
commit ec7f620831

View File

@ -4,17 +4,17 @@ with stdenv.lib;
pythonPackages.buildPythonPackage rec { pythonPackages.buildPythonPackage rec {
name = "neovim-remote-${version}"; name = "neovim-remote-${version}";
version = "v1.4.0"; version = "v1.6.0";
disabled = !pythonPackages.isPy3k; disabled = !pythonPackages.isPy3k;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mhinz"; owner = "mhinz";
repo = "neovim-remote"; repo = "neovim-remote";
rev = version; rev = version;
sha256 = "0msvfh27f56xj5ki59ikzavxz863nal5scm57n43618m49qzg8iz"; sha256 = "0x01zpmxi37jr7j2az2bd8902h7zhkpg6kpvc8xmll9f7703zz2l";
}; };
propagatedBuildInputs = [ pythonPackages.neovim ]; propagatedBuildInputs = with pythonPackages; [ neovim psutil ];
meta = { meta = {
description = "A tool that helps controlling nvim processes from a terminal"; description = "A tool that helps controlling nvim processes from a terminal";