about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-10-22 14:53:58 -0700
committerJon <jonringer@users.noreply.github.com>2019-10-22 19:00:29 -0700
commit1550417b51f21a948c0f813ba758737b75362cbd (patch)
treedc617c104042c128c3097d9c8c28af0fa811379f /pkgs/applications/editors
parentc22dc1ef36384fefc38f1cfce6af00c8fe18bb1a (diff)
downloadnixlib-1550417b51f21a948c0f813ba758737b75362cbd.tar
nixlib-1550417b51f21a948c0f813ba758737b75362cbd.tar.gz
nixlib-1550417b51f21a948c0f813ba758737b75362cbd.tar.bz2
nixlib-1550417b51f21a948c0f813ba758737b75362cbd.tar.lz
nixlib-1550417b51f21a948c0f813ba758737b75362cbd.tar.xz
nixlib-1550417b51f21a948c0f813ba758737b75362cbd.tar.zst
nixlib-1550417b51f21a948c0f813ba758737b75362cbd.zip
neovim-remote: 2.2.1 -> 2.2.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/neovim-remote/versions
Diffstat (limited to 'pkgs/applications/editors')
-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 6ad3983a5311..18f458fd85c7 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.1";
+  version = "2.2.2";
   disabled = !pythonPackages.isPy3k;
 
   src = fetchFromGitHub {
     owner = "mhinz";
     repo = "neovim-remote";
     rev = "v${version}";
-    sha256 = "0f9x053yr8wq35l2s2dsnb0iygd4g4yya2h3iv0yh3440jjj5vfj";
+    sha256 = "129yjpwn6480rd5na866h4mcr6rf60rqv651hks5fn3ws112n751";
   };
 
   propagatedBuildInputs = with pythonPackages; [ pynvim psutil ];