From 33e78dce8b8f18c8dea71319514bc4f9edc56366 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 20:27:50 +0000 Subject: [PATCH] neovim: Update to version 0.11.5 --- bucket/neovim.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/neovim.json b/bucket/neovim.json index e41c5e2f41..3adbda9895 100644 --- a/bucket/neovim.json +++ b/bucket/neovim.json @@ -1,5 +1,5 @@ { - "version": "0.11.4", + "version": "0.11.5", "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.4/nvim-win64.zip", - "hash": "77eee5936724b82e45b448e0370abe0911d75fad551c0a25415f4e51719faf34" + "url": "https://github.com/neovim/neovim/releases/download/v0.11.5/nvim-win64.zip", + "hash": "718e731326e7759cf17bbbb33f38975707a2ac85642614686b818ef5fde38f48" } }, "extract_dir": "nvim-win64",