neovim-unwrapped: 0.12.2 -> 0.12.3 (#530655)

This commit is contained in:
Gaétan Lepage
2026-06-11 19:39:24 +00:00
committed by GitHub
2 changed files with 7 additions and 8 deletions
+2 -8
View File
@@ -2,7 +2,6 @@
lib,
stdenv,
fetchFromGitHub,
fetchpatch,
cmake,
gettext,
libuv,
@@ -106,7 +105,7 @@ stdenv.mkDerivation (
in
{
pname = "neovim-unwrapped";
version = "0.12.2";
version = "0.12.3";
__structuredAttrs = true;
@@ -114,7 +113,7 @@ stdenv.mkDerivation (
owner = "neovim";
repo = "neovim";
tag = "v${finalAttrs.version}";
hash = "sha256-V+jZiNv0SvG/GOOUPzmBkOQGrnrN3UW2BY2n9NxP2Eg=";
hash = "sha256-JjDU3GZf+wvsMyDjIfu1btTUBkOlpp6E1HFLqBLR9po=";
};
strictDeps = true;
@@ -124,11 +123,6 @@ stdenv.mkDerivation (
# necessary so that nix can handle `UpdateRemotePlugins` for the plugins
# it installs. See https://github.com/neovim/neovim/issues/9413.
./system_rplugin_manifest.patch
(fetchpatch {
name = "CVE-2026-11487.patch";
url = "https://github.com/neovim/neovim/commit/f83e0dcaf8cf18de94828341b0a1a61a86c75baf.patch";
hash = "sha256-iWnq0ezbKYJqjvevVlcTJBvUc17ZvrhsanhtuKrh8zM=";
})
];
inherit lua;
@@ -1003,6 +1003,11 @@ in
# remove failing tests
rm tests/plenary/colors/colors_spec.lua # colors depend on neovim version usually
rm tests/plenary/capture/capture_spec.lua # because clipboard not available
# trailing whitespace inconsistencies
rm tests/plenary/api/api_spec.lua
rm tests/plenary/babel/tangle_spec.lua
rm tests/plenary/capture/datetree_spec.lua
rm tests/plenary/init_spec.lua
# UI tests depend on the neovim version
rm -r tests/plenary/ui/*