From 780c5327293d556c4efff471b6ab91462398187a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 08:28:03 +0000 Subject: [PATCH] neovim: Update to version 0.10.1 --- bucket/neovim.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/bucket/neovim.json b/bucket/neovim.json index 2971308ec2..c5706e77d3 100644 --- a/bucket/neovim.json +++ b/bucket/neovim.json @@ -1,5 +1,5 @@ { - "version": "0.10.0", + "version": "0.10.1", "description": "Vim-fork focused on extensibility and usability", "homepage": "https://neovim.io/", "license": { @@ -11,14 +11,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/neovim/neovim/releases/download/v0.10.0/nvim-win64.zip", - "hash": "e32390f8ed607c9a3749c2faba68e1dd9ecc6fa9a7cae544e4dadd810766d064" + "url": "https://github.com/neovim/neovim/releases/download/v0.10.1/nvim-win64.zip", + "hash": "6b9be9acb4f5011f7ab6f7390286a579534e05f0dcf8f37d503c4d40b4adf548" } }, "extract_dir": "nvim-win64", - "bin": [ - "bin\\nvim.exe" - ], + "bin": "bin\\nvim.exe", "checkver": { "url": "https://api.github.com/repositories/16408992/releases/latest", "jsonpath": "$.body",