rust-analyzer@2022-04-18: Fix hash (Closes #3510)

This commit is contained in:
github-actions[bot] 2022-04-18 13:29:22 +00:00
parent 6472a06d77
commit aa1f115d56

View File

@ -6,7 +6,7 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/rust-analyzer/rust-analyzer/releases/download/2022-04-18/rust-analyzer-x86_64-pc-windows-msvc.gz", "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'", "pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.gz$')\" 'rust-analyzer.exe'",