Merge pull request #108471 from andyrichardson/patch-2

vscodium: Fix invalid download URL (404)
This commit is contained in:
WORLDofPEACE 2021-01-05 10:05:07 -05:00 committed by GitHub
commit cce45c73b9
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};