summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-04-15 05:19:51 -0700
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-04-16 18:47:21 +0200
commit632ff800d1120cd43b6f2109a748d96325b28ba1 (patch)
treecc8987f2b09707d33418c2e5f98c3371fc9833a9
parentd444d6907fa03139cf03c0a159a5ce0425ea6642 (diff)
downloadnixpkgs-632ff800d1120cd43b6f2109a748d96325b28ba1.tar
nixpkgs-632ff800d1120cd43b6f2109a748d96325b28ba1.tar.gz
nixpkgs-632ff800d1120cd43b6f2109a748d96325b28ba1.tar.bz2
nixpkgs-632ff800d1120cd43b6f2109a748d96325b28ba1.tar.lz
nixpkgs-632ff800d1120cd43b6f2109a748d96325b28ba1.tar.xz
nixpkgs-632ff800d1120cd43b6f2109a748d96325b28ba1.tar.zst
nixpkgs-632ff800d1120cd43b6f2109a748d96325b28ba1.zip
neovim-remote: 2.1.5 -> 2.1.7
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
-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 891fd32df70..52888c5f85d 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.5";
+  version = "2.1.7";
   disabled = !pythonPackages.isPy3k;
 
   src = fetchFromGitHub {
     owner = "mhinz";
     repo = "neovim-remote";
     rev = "v${version}";
-    sha256 = "1h05b68ka1ka217f6svq8yxvnscwf9sl5cx46c0b6ygcbz1vr3ba";
+    sha256 = "014c8xvb7shy00vjx0b1k8zr7iknxskqab1aqvz9md3bn5rwkxm5";
   };
 
   propagatedBuildInputs = with pythonPackages; [ pynvim psutil ];