From ef440dc1f2ab1e6d455712658c69eaf9b08ca7d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 16:25:54 +0000 Subject: [PATCH] rust-analyzer@2023-01-09: Fix hash (Closes #4329) --- 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 e97babb010..d17190e934 100644 --- a/bucket/rust-analyzer.json +++ b/bucket/rust-analyzer.json @@ -6,7 +6,7 @@ "architecture": { "64bit": { "url": "https://github.com/rust-lang/rust-analyzer/releases/download/2023-01-09/rust-analyzer-x86_64-pc-windows-msvc.gz", - "hash": "5c99616ce00e187240bd626562c6e119b7f58c82335d79b0d3bc10ae65dfaacb" + "hash": "29509023b23dde064abd6cb30d367fd5b4d2f9b83031e6c8e7d2cb7e00c6dfba" } }, "pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.gz$')\" 'rust-analyzer.exe'",