Merge pull request #117473 from Synthetica9/vscode-download-link

vscode: fix download link
This commit is contained in:
Sandro 2021-03-24 16:23:58 +01:00 committed by GitHub
commit 41b1ad4dad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ in
src = fetchurl {
name = "VSCode_${version}_${plat}.${archive_fmt}";
url = "https://vscode-update.azurewebsites.net/${version}/${plat}/stable";
url = "https://update.code.visualstudio.com/${version}/${plat}/stable";
inherit sha256;
};