summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/neovim
diff options
context:
space:
mode:
authorViacheslav Lotsmanov <lotsmanov89@gmail.com>2020-09-24 03:46:12 +0300
committerGabriel Ebner <gebner@gebner.org>2020-10-03 19:12:57 +0200
commit897d92c8546f6d01fbfc74e573a26f134c392cc6 (patch)
treec45f8f39c015278d8d92330aef042abde487d800 /pkgs/applications/editors/neovim
parent262103717e4d8a8de27b82938e32633423b1358d (diff)
neovim-qt: 0.2.15 -> 0.2.16.1
Diffstat (limited to 'pkgs/applications/editors/neovim')
-rw-r--r--pkgs/applications/editors/neovim/qt.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/editors/neovim/qt.nix b/pkgs/applications/editors/neovim/qt.nix
index b04c575dded7..323f08c23f87 100644
--- a/pkgs/applications/editors/neovim/qt.nix
+++ b/pkgs/applications/editors/neovim/qt.nix
@@ -4,17 +4,18 @@
let
unwrapped = mkDerivation rec {
pname = "neovim-qt-unwrapped";
- version = "0.2.15";
+ version = "0.2.16.1";
src = fetchFromGitHub {
owner = "equalsraf";
repo = "neovim-qt";
rev = "v${version}";
- sha256 = "097nykglqp4jyvla4yp32sc1f1hph4cqqhp6rm9ww7br8c0j54xl";
+ sha256 = "0x5brrim3f21bzdmh6wyrhrislwpx1248wbx56csvic6v78hzqny";
};
cmakeFlags = [
"-DUSE_SYSTEM_MSGPACK=1"
+ "-DENABLE_TESTS=0" # tests fail because xcb platform plugin is not found
];
buildInputs = [