Revert "neovim: 0.9.5 -> 0.10.0"

The release schedule indicate that breaking changes are restricted
during this period, 752d81e439 ("neovim:
0.9.5 -> 0.10.0") was merged five days ago, full of breaking changes for
the NeoVim ecosystem.

This PR should go *after* the branch-off.
This commit is contained in:
Ryan Lahfa 2024-05-21 12:19:31 +02:00 committed by Raito Bezarius
parent 4fbbc17ccf
commit db2ee05512

View File

@ -66,7 +66,7 @@ stdenv.mkDerivation (finalAttrs:
in {
pname = "neovim-unwrapped";
version = "0.10.0";
version = "0.9.5";
__structuredAttrs = true;
@ -74,7 +74,7 @@ in {
owner = "neovim";
repo = "neovim";
rev = "v${finalAttrs.version}";
hash = "sha256-FCOipXHkAbkuFw9JjEpOIJ8BkyMkjkI0Dp+SzZ4yZlw=";
hash = "sha256-CcaBqA0yFCffNPmXOJTo8c9v1jrEBiqAl8CG5Dj5YxE=";
};
patches = [