summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/neovim
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-11-28 06:03:56 -0800
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-12-01 18:42:33 +0100
commit8413dbee82c42a8c8a9007ccbd9314a967d649e4 (patch)
tree143e2a63cfb2faf386a43413a709801acacb21b3 /pkgs/applications/editors/neovim
parent507a30f534814a511e8cfeb7455d75f9be6cacc7 (diff)
neovim-remote: 2.2.2 -> 2.2.3
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 18f458fd85c7..9893c6085a69 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.2.2";
+ version = "2.2.3";
disabled = !pythonPackages.isPy3k;
src = fetchFromGitHub {
owner = "mhinz";
repo = "neovim-remote";
rev = "v${version}";
- sha256 = "129yjpwn6480rd5na866h4mcr6rf60rqv651hks5fn3ws112n751";
+ sha256 = "0g7gs5gigk3krydxdpmscgfr1fms0a6rc6am2y4c5szkgbd1d0ph";
};
propagatedBuildInputs = with pythonPackages; [ pynvim psutil ];