From e7976305f6e939185fdf1e18c071dc614c6516a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Mar 2022 04:34:58 +0000 Subject: [PATCH] rust-analyzer@2022-03-14: Fix hash (Closes #3390) --- 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 7e67edd648..8b32ff3e44 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-03-14/rust-analyzer-x86_64-pc-windows-msvc.gz", - "hash": "334e2b6814d903a740eead933882c60205dea401a268a76a25bc83f33bf743fe" + "hash": "12ddf6189d1d08368893769bbbd25c03babd189522ee09f229d40f49168a8889" } }, "pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.gz$')\" 'rust-analyzer.exe'",