From 86b52feb483968548a17db66ddc96f845601bee6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 16:30:21 +0000 Subject: [PATCH] neovim: Update to version 0.11.0 --- bucket/neovim.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/neovim.json b/bucket/neovim.json index 568a1c6f8f..801e094fd8 100644 --- a/bucket/neovim.json +++ b/bucket/neovim.json @@ -1,5 +1,5 @@ { - "version": "0.10.4", + "version": "0.11.0", "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.10.4/nvim-win64.zip", - "hash": "dceeb8301f64e244e3e2dffaedbb153bd01c0c6ecb5024a90e3172dc8e65555c" + "url": "https://github.com/neovim/neovim/releases/download/v0.11.0/nvim-win64.zip", + "hash": "00ea1a0fd3252a883974a3411159087196924f214000583257188b205d173a23" } }, "extract_dir": "nvim-win64",