Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
vscode: 1.39.2 -> 1.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Nov 8, 2019
1 parent c62815d commit a2f62bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/editors/vscode/vscode.nix
Expand Up @@ -11,13 +11,13 @@ let
archive_fmt = if system == "x86_64-darwin" then "zip" else "tar.gz";

sha256 = {
x86_64-linux = "0p4ah1bbz0njl2bk783gq5z1gxfzapa65qzhrkn216v07rba29jm";
x86_64-darwin = "162bqdhi2dx74q5f56bhs5phz9az66lb4lvfcj1sdygp51xsb93y";
x86_64-linux = "1jxjf1yg17l61n8qmnh4916426da8asp8p36lfyawxif8m9sx8ag";
x86_64-darwin = "1yxxvqpk849dzbzhdqz0j16f50z4slcx51bkv2svfb36nxdaahl1";
}.${system};
in
callPackage ./generic.nix rec {

version = "1.39.2";
version = "1.40.0";
pname = "vscode";

executableName = "code" + lib.optionalString isInsiders "-insiders";
Expand Down

0 comments on commit a2f62bc

Please sign in to comment.