From a58f38a7c9e981f964ddedd3e96dfdde3b81d677 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Nov 2021 23:44:51 +0530 Subject: [PATCH] neovim-nightly: hash fix (#2951) Co-authored-by: ScoopInstaller --- bucket/neovim-nightly.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/neovim-nightly.json b/bucket/neovim-nightly.json index 509472f803..bc9076b08d 100644 --- a/bucket/neovim-nightly.json +++ b/bucket/neovim-nightly.json @@ -12,11 +12,11 @@ "architecture": { "64bit": { "url": "https://github.com/neovim/neovim/releases/download/nightly/nvim-win64.zip", - "hash": "3488b1c931d659de05fa92785da503ab95c834a85da5e3bc171214171cedc3da" + "hash": "6f86e7e684893da5c3351a1c1e3ec05891bffc52f59d5b7abf7ff8d89b0cc316" }, "32bit": { "url": "https://github.com/neovim/neovim/releases/download/nightly/nvim-win32.zip", - "hash": "f29258574a3ea241ac13cc261882bf25ceb6951163fc9d0543deb48443af7c45" + "hash": "9a20dda23b0ccf571dc197c34bf18d57286ee9874808355d449dc3bcedf1f73a" } }, "extract_dir": "Neovim",