From 808984c17b59bddfd80ee4ebd8b8e36cb4e4ab9b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 12:31:19 +0000 Subject: [PATCH] neovim: Update to version 0.11.2 --- bucket/neovim.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/neovim.json b/bucket/neovim.json index ac7fa4641c..eb5fa12838 100644 --- a/bucket/neovim.json +++ b/bucket/neovim.json @@ -1,5 +1,5 @@ { - "version": "0.11.1", + "version": "0.11.2", "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.1/nvim-win64.zip", - "hash": "56d8aa42c250ac28cbe8f33c9f693a031db231139a58210caa77af457498ce51" + "url": "https://github.com/neovim/neovim/releases/download/v0.11.2/nvim-win64.zip", + "hash": "dfa66afc95422b7c4a0f8ae330f30a00dbb8e9848993d7bfde8e2e85be30de13" } }, "extract_dir": "nvim-win64",