about summary refs log tree commit diff
path: root/pkgs/applications/editors/neovim
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2018-12-18 23:54:57 +0100
committerGitHub <noreply@github.com>2018-12-18 23:54:57 +0100
commit5e16e65dcf8516284f5b0c9dfa7dc162e0b987d3 (patch)
tree7e1afce24d2c546adaeb34a4706589e58ece8ac1 /pkgs/applications/editors/neovim
parent6c6341335b26ac668a3c63c4f1c0c78ec5365138 (diff)
parent4c3e1114d8994d5787fad964a93011430b4ef717 (diff)
Merge pull request #52175 from r-ryantm/auto-update/neovim-qt
neovim-qt: 0.2.10 -> 0.2.11
Diffstat (limited to 'pkgs/applications/editors/neovim')
-rw-r--r--pkgs/applications/editors/neovim/qt.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/neovim/qt.nix b/pkgs/applications/editors/neovim/qt.nix
index cfdcd7fe939fa..315a51256f28b 100644
--- a/pkgs/applications/editors/neovim/qt.nix
+++ b/pkgs/applications/editors/neovim/qt.nix
@@ -3,13 +3,13 @@
 
 stdenv.mkDerivation rec {
   name = "neovim-qt-${version}";
-  version = "0.2.10";
+  version = "0.2.11";
 
   src = fetchFromGitHub {
     owner  = "equalsraf";
     repo   = "neovim-qt";
     rev    = "v${version}";
-    sha256 = "0hq3w9d6qbzf0j7zm3ls0wpvnab64kypb4i0bhmsnk605mvx63r4";
+    sha256 = "0pc1adxc89p2rdvb6nxyqr9sjzqz9zw2dg7a4ardxsl3a8jga1wh";
   };
 
   cmakeFlags = [