neovim: 0.9.5 -> 0.10.0

Changelog: https://neovim.io/doc/user/news-0.10.html
This commit is contained in:
Gaetan Lepage 2024-05-12 14:16:42 +02:00
parent 5f656f2ebb
commit 752d81e439

View File

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