From 9ee97e74a474f105ba8fcb7904d1218d7939a44c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 20:27:52 +0000 Subject: [PATCH] neovim: Update to version 0.11.4 --- bucket/neovim.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/neovim.json b/bucket/neovim.json index 039195723e..e41c5e2f41 100644 --- a/bucket/neovim.json +++ b/bucket/neovim.json @@ -1,5 +1,5 @@ { - "version": "0.11.3", + "version": "0.11.4", "description": "Vim-fork focused on extensibility and usability", "homepage": "https://neovim.io/", "license": { @@ -11,8 +11,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/neovim/neovim/releases/download/v0.11.3/nvim-win64.zip", - "hash": "7fc50d8d113a4a88e78138db8384629e6ebaa739e6d43adf74b4ed51cb22ee04" + "url": "https://github.com/neovim/neovim/releases/download/v0.11.4/nvim-win64.zip", + "hash": "77eee5936724b82e45b448e0370abe0911d75fad551c0a25415f4e51719faf34" } }, "extract_dir": "nvim-win64",