nixpkgs: neovim: Upgrade to 0.10~nightly

That version has wonderful "EditQuery" command to interactively edit treesitter
queries.
This commit is contained in:
Dmitry Bogatov 2024-01-07 11:02:00 -05:00
parent 82e605f2a2
commit ebc725cd5e

View File

@ -75,8 +75,8 @@ in
src = fetchFromGitHub {
owner = "neovim";
repo = "neovim";
rev = "v${version}";
hash = "sha256-Lyo98cAs7Zhx23N4s4f3zpWFKYJMmXleWpt3wiVDQZo=";
rev = "b3eda5e73f65092d50ccd27a0373e8b9fad076b0";
hash = "sha256-+ofg3Do90hwjqMx2JMQKhc/lUBX2Gf6aHo8PAWhEFYM=";
};
patches = [