summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/neovim
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2019-08-20 10:45:14 +0300
committerMatthieu Coudron <coudron@iij.ad.jp>2019-08-20 17:15:08 +0900
commita111f954017d8912945e4393beb4596f3d93a3a5 (patch)
tree7fbe01e72be6e5a7e14ae49d9799a3c87aa7b06a /pkgs/applications/editors/neovim
parentd38d6aba1f1ff5508f11a6fb1dfcb094308cbad4 (diff)
neovim-remote: 2.1.9 -> 2.2.0
Diffstat (limited to 'pkgs/applications/editors/neovim')
-rw-r--r--pkgs/applications/editors/neovim/neovim-remote.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/neovim/neovim-remote.nix b/pkgs/applications/editors/neovim/neovim-remote.nix
index efece505ab94..92ff745d1a6a 100644
--- a/pkgs/applications/editors/neovim/neovim-remote.nix
+++ b/pkgs/applications/editors/neovim/neovim-remote.nix
@@ -4,14 +4,14 @@ with stdenv.lib;
pythonPackages.buildPythonApplication rec {
pname = "neovim-remote";
- version = "2.1.9";
+ version = "2.2.0";
disabled = !pythonPackages.isPy3k;
src = fetchFromGitHub {
owner = "mhinz";
repo = "neovim-remote";
rev = "v${version}";
- sha256 = "1im7jq7vi2sbdrh95kbydbbfwdll6z9zh1w1vzh7ny1sigfphkpm";
+ sha256 = "0vvwygyar835z947d5zgjywyhl7ajj63z0l8sb7w9kj1w5snb43x";
};
propagatedBuildInputs = with pythonPackages; [ pynvim psutil ];