From aa1f115d56cc5ba19123825e678c943df7f80ba1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 13:29:22 +0000 Subject: [PATCH] rust-analyzer@2022-04-18: Fix hash (Closes #3510) --- bucket/rust-analyzer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/rust-analyzer.json b/bucket/rust-analyzer.json index 2af1fc4598..124e79f5c8 100644 --- a/bucket/rust-analyzer.json +++ b/bucket/rust-analyzer.json @@ -6,7 +6,7 @@ "architecture": { "64bit": { "url": "https://github.com/rust-analyzer/rust-analyzer/releases/download/2022-04-18/rust-analyzer-x86_64-pc-windows-msvc.gz", - "hash": "346f0013707b72414033992ab1c2d7e2146281fd4e1a861c4a93d9378177b770" + "hash": "76ef22c671b8a3cac81a8c37ff37c9cbd83005901b6fefba52d994ee9bc4aae7" } }, "pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.gz$')\" 'rust-analyzer.exe'",