about summary refs log tree commit diff
path: root/pkgs/applications/editors/neovim/neovim-remote.nix
diff options
context:
space:
mode:
authorTae Selene Sandoval Murgan <tssm@users.noreply.github.com>2022-05-22 10:01:57 +0200
committerMatthieu Coudron <teto@users.noreply.github.com>2022-05-22 15:37:47 +0200
commit394687bf39bb3b166759853d8b257997483415eb (patch)
tree022a583b78c5283df8f8592df5322e2ed8303cd2 /pkgs/applications/editors/neovim/neovim-remote.nix
parent483285490d40eb2431a2bc6d4e61a7b3a86d84f7 (diff)
neovim-remote: 2.4.0 -> 2.5.1
Diffstat (limited to 'pkgs/applications/editors/neovim/neovim-remote.nix')
-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 52c3c08ea8476..ef3b1590c1090 100644
--- a/pkgs/applications/editors/neovim/neovim-remote.nix
+++ b/pkgs/applications/editors/neovim/neovim-remote.nix
@@ -6,13 +6,13 @@
 
 with python3.pkgs; buildPythonApplication rec {
   pname = "neovim-remote";
-  version = "2.4.0";
+  version = "2.5.1";
 
   src = fetchFromGitHub {
     owner = "mhinz";
     repo = "neovim-remote";
     rev = "v${version}";
-    sha256 = "0jlw0qksak4bdzddpsj74pm2f2bgpj3cwrlspdjjy0j9qzg0mpl9";
+    sha256 = "0lbz4w8hgxsw4k1pxafrl3rhydrvi5jc6vnsmkvnhh6l6rxlmvmq";
   };
 
   propagatedBuildInputs = [