diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-05-08 12:17:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-08 12:17:25 -0400 |
commit | cd5fde6e6c3471479da831a220dec5a88e311e3e (patch) | |
tree | f7fbaefd03d3240f461e79e6be589678ee20fc18 | |
parent | 5165513198dbbe7415f1b8c51225ae8f822628ec (diff) | |
download | rneovim-cd5fde6e6c3471479da831a220dec5a88e311e3e.tar.gz rneovim-cd5fde6e6c3471479da831a220dec5a88e311e3e.tar.bz2 rneovim-cd5fde6e6c3471479da831a220dec5a88e311e3e.zip |
neovim-qt: v0.2.16.1 (#14514)
nvim-qt --help/version should work without $DISPLAY
https://github.com/equalsraf/neovim-qt/compare/v0.2.16...v0.2.16.1
-rw-r--r-- | third-party/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third-party/CMakeLists.txt b/third-party/CMakeLists.txt index 351f517945..34ff55cd1a 100644 --- a/third-party/CMakeLists.txt +++ b/third-party/CMakeLists.txt @@ -179,8 +179,8 @@ set(GPERF_SHA256 588546b945bba4b70b6a3a616e80b4ab466e3f33024a352fc2198112cdbb3ae set(WINTOOLS_URL https://github.com/neovim/deps/raw/da3520b568054ce057e6168243ff50eea223bfa0/opt/win32tools.zip) set(WINTOOLS_SHA256 190149d369ae1cd266bc39bceb2d1c061833a23640dfabd4089082c1a7824421) -set(WINGUI_URL https://github.com/equalsraf/neovim-qt/releases/download/v0.2.16/neovim-qt.zip) -set(WINGUI_SHA256 aad95a1f8413a9ebf36fc0298d0dfd7d786abf88cb0f4ae9f7ec895b70c7b312) +set(WINGUI_URL https://github.com/equalsraf/neovim-qt/releases/download/v0.2.16.1/neovim-qt.zip) +set(WINGUI_SHA256 ddb4492db03da407703fb0ab271c4eb060250d1a7d71200e2b3b981cb0de59de) set(WIN32YANK_X86_URL https://github.com/equalsraf/win32yank/releases/download/v0.0.4/win32yank-x86.zip) set(WIN32YANK_X86_SHA256 62f34e5a46c5d4a7b3f3b512e1ff7b77fedd432f42581cbe825233a996eed62c) |