neovim: Update to version 0.10.1

This commit is contained in:
github-actions[bot] 2024-07-24 08:28:03 +00:00
parent 0e27056224
commit 780c532729

View File

@ -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",