diff --git a/bucket/neovim-nightly.json b/bucket/neovim-nightly.json index d41d5af55df..d0c7ecc60a5 100644 --- a/bucket/neovim-nightly.json +++ b/bucket/neovim-nightly.json @@ -1,5 +1,5 @@ { - "version": "0.11.0-1397", + "version": "0.11.0-1401", "description": "Vim fork focused on extensibility and usability", "homepage": "https://neovim.io", "license": { @@ -12,7 +12,7 @@ "architecture": { "64bit": { "url": "https://github.com/neovim/neovim/releases/download/nightly/nvim-win64.zip", - "hash": "61659d1a2f204d9d1408d9c355f0cc5f024ad62f70e11856c030cd647f85909b" + "hash": "d5e3bc55a17e3d5a2423d782ea59639690ab0bcbffa313de561dffff7914feb8" } }, "extract_dir": "nvim-win64", @@ -20,7 +20,7 @@ "checkver": { "url": "https://api.github.com/repositories/16408992/releases/tags/nightly", "jsonpath": "$.body", - "regex": "NVIM v([\\d.]+)-dev-([a-f\\d]+)", + "regex": "NVIM v([\\d+\\.]+\\d+)-dev-([a-f\\d]+)", "replace": "${1}-${2}" }, "autoupdate": {