From ebc725cd5e93c581db6a4493730b25cb1ee489ff Mon Sep 17 00:00:00 2001 From: Dmitry Bogatov Date: Sun, 7 Jan 2024 11:02:00 -0500 Subject: [PATCH] nixpkgs: neovim: Upgrade to 0.10~nightly That version has wonderful "EditQuery" command to interactively edit treesitter queries. --- nixpkgs/pkgs/applications/editors/neovim/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixpkgs/pkgs/applications/editors/neovim/default.nix b/nixpkgs/pkgs/applications/editors/neovim/default.nix index e183799d8..4e7f82119 100644 --- a/nixpkgs/pkgs/applications/editors/neovim/default.nix +++ b/nixpkgs/pkgs/applications/editors/neovim/default.nix @@ -75,8 +75,8 @@ in src = fetchFromGitHub { owner = "neovim"; repo = "neovim"; - rev = "v${version}"; - hash = "sha256-Lyo98cAs7Zhx23N4s4f3zpWFKYJMmXleWpt3wiVDQZo="; + rev = "b3eda5e73f65092d50ccd27a0373e8b9fad076b0"; + hash = "sha256-+ofg3Do90hwjqMx2JMQKhc/lUBX2Gf6aHo8PAWhEFYM="; }; patches = [