about summary refs log tree commit diff
path: root/pkgs/applications/editors/neovim
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-04-01 14:02:39 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2019-04-01 23:02:39 +0200
commit8c9566ec843424f1e0966db7b4dc21594ad4fcce (patch)
treee5a60a015efc6855d6da7087f55065054e88418c /pkgs/applications/editors/neovim
parent7dd24531e4593422d93a201dc778cdc1905b3f65 (diff)
downloadnixlib-8c9566ec843424f1e0966db7b4dc21594ad4fcce.tar
nixlib-8c9566ec843424f1e0966db7b4dc21594ad4fcce.tar.gz
nixlib-8c9566ec843424f1e0966db7b4dc21594ad4fcce.tar.bz2
nixlib-8c9566ec843424f1e0966db7b4dc21594ad4fcce.tar.lz
nixlib-8c9566ec843424f1e0966db7b4dc21594ad4fcce.tar.xz
nixlib-8c9566ec843424f1e0966db7b4dc21594ad4fcce.tar.zst
nixlib-8c9566ec843424f1e0966db7b4dc21594ad4fcce.zip
neovim-remote: 2.1.4 -> 2.1.5 (#57330)
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/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 cda45c2c739d..891fd32df70b 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.4";
+  version = "2.1.5";
   disabled = !pythonPackages.isPy3k;
 
   src = fetchFromGitHub {
     owner = "mhinz";
     repo = "neovim-remote";
     rev = "v${version}";
-    sha256 = "1s438cbyyzgg96b6639wk1ny6d6p2ywcba41l3r027wzyl7wrn8v";
+    sha256 = "1h05b68ka1ka217f6svq8yxvnscwf9sl5cx46c0b6ygcbz1vr3ba";
   };
 
   propagatedBuildInputs = with pythonPackages; [ pynvim psutil ];