about summary refs log tree commit diff
path: root/pkgs/applications/editors/neovim
diff options
context:
space:
mode:
authorMichael Adler <therisen06@gmail.com>2022-07-04 12:21:17 +0200
committerMatthieu Coudron <teto@users.noreply.github.com>2022-07-04 13:33:43 +0200
commit2a1a6e53571fe8eb26f4450025df53b8a36b9449 (patch)
tree56dcdcbfa3a3fd7b6a5343db11c48d8b9468e255 /pkgs/applications/editors/neovim
parentac8fadc7f35009bf0fd81e9306c92a4238b0fe4c (diff)
downloadnixlib-2a1a6e53571fe8eb26f4450025df53b8a36b9449.tar
nixlib-2a1a6e53571fe8eb26f4450025df53b8a36b9449.tar.gz
nixlib-2a1a6e53571fe8eb26f4450025df53b8a36b9449.tar.bz2
nixlib-2a1a6e53571fe8eb26f4450025df53b8a36b9449.tar.lz
nixlib-2a1a6e53571fe8eb26f4450025df53b8a36b9449.tar.xz
nixlib-2a1a6e53571fe8eb26f4450025df53b8a36b9449.tar.zst
nixlib-2a1a6e53571fe8eb26f4450025df53b8a36b9449.zip
neovim-qt: 0.2.16.1 -> 0.2.17
Diffstat (limited to 'pkgs/applications/editors/neovim')
-rw-r--r--pkgs/applications/editors/neovim/neovim-qt.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/neovim/neovim-qt.nix b/pkgs/applications/editors/neovim/neovim-qt.nix
index 4d53143ac85c..f6013202bafb 100644
--- a/pkgs/applications/editors/neovim/neovim-qt.nix
+++ b/pkgs/applications/editors/neovim/neovim-qt.nix
@@ -3,13 +3,13 @@
 
 mkDerivation rec {
   pname = "neovim-qt-unwrapped";
-  version = "0.2.16.1";
+  version = "0.2.17";
 
   src = fetchFromGitHub {
     owner  = "equalsraf";
     repo   = "neovim-qt";
     rev    = "v${version}";
-    sha256 = "0x5brrim3f21bzdmh6wyrhrislwpx1248wbx56csvic6v78hzqny";
+    sha256 = "sha256-UJXaHENqau5EEe5c94pJuNxZU5rutJs642w9Cof8Sa4=";
   };
 
   cmakeFlags = [