Merge pull request #311047 from GaetanLepage/neovim

neovim: 0.9.5 -> 0.10.0
This commit is contained in:
Kevin Cox 2024-05-16 12:03:48 -04:00 committed by GitHub
commit 817c3eccc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [