From 87b3c9d05db49970ce8c6d1587c5f6dc50022942 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 16:31:46 +0000 Subject: [PATCH] neovim: Update to version 0.8.0 --- bucket/neovim.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/neovim.json b/bucket/neovim.json index 7ab27e58f2..1476687848 100644 --- a/bucket/neovim.json +++ b/bucket/neovim.json @@ -1,5 +1,5 @@ { - "version": "0.7.2", + "version": "0.8.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.7.2/nvim-win64.zip", - "hash": "0e969e15c7e4d9b128ec1e06159ead386d262fdc94616ddbb0c245abcc798ae8" + "url": "https://github.com/neovim/neovim/releases/download/v0.8.0/nvim-win64.zip", + "hash": "c52e0a93e8bd7e0192c3fe4552d8b0fb66fc8e08b6949e92340cccc4fa3a9bd0" } }, "extract_dir": "nvim-win64",