vscodium: Fix invalid download URL (404)

This commit is contained in:
Andy Richardson 2021-01-05 12:20:19 +00:00 committed by GitHub
parent 0d7ccb7791
commit 049311bc4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ let
plat = {
x86_64-linux = "linux-x64";
x86_64-darwin = "darwin";
x86_64-darwin = "darwin-x64";
aarch64-linux = "linux-arm64";
armv7l-linux = "linux-armhf";
}.${system};