vscode: fix download link

wip/yesman
Patrick Hilhorst 3 years ago
parent 80c7312da6
commit 873c008c33
No known key found for this signature in database
GPG Key ID: 3BB083304DADC0FF
  1. 2
      pkgs/applications/editors/vscode/vscode.nix

@ -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;
};

Loading…
Cancel
Save