From 483c2d223054a0cdf2bf7e79362e7c1c2945e0a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 20:27:17 +0000 Subject: [PATCH] neovim: Update to version 0.10.3 --- bucket/neovim.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/neovim.json b/bucket/neovim.json index 3e011f29ca..07049bab30 100644 --- a/bucket/neovim.json +++ b/bucket/neovim.json @@ -1,5 +1,5 @@ { - "version": "0.10.2", + "version": "0.10.3", "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.2/nvim-win64.zip", - "hash": "3e11c4bed6f3d921af03112c8056740ca6fcacdbf84066328193f058200531c2" + "url": "https://github.com/neovim/neovim/releases/download/v0.10.3/nvim-win64.zip", + "hash": "e5c1d5c1f9e0da6498ab3341046bb7568b72cfb578236188025c5dc5485ce752" } }, "extract_dir": "nvim-win64",