Skip to content

Commit

Permalink
vscode: 1.45.1 -> 1.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Kuznetsov authored and Jon committed Jun 13, 2020
1 parent 7602241 commit 3391863
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,8 +11,8 @@ let
archive_fmt = if system == "x86_64-darwin" then "zip" else "tar.gz";

sha256 = {
x86_64-linux = "0zdg6z6h0h8vvwdrnihwd76bik41spv6xbw7cdh7hz97sjsh15zq";
x86_64-darwin = "1c5c24vj8nqsxx8hwfj04as7vsl9gnl97yniw36pdfgv88v8qzin";
x86_64-linux = "0hmmqdamsjhjy1q8m85bs081cwmskpsp57rkj7vc2wj918wgissm";
x86_64-darwin = "00xwvi53h9rnwyba12jmsp6grkymmn6vjibypaxb96q7q7p894gh";
}.${system};
in
callPackage ./generic.nix rec {
Expand All @@ -21,7 +21,7 @@ in

# Please backport all compatible updates to the stable release.
# This is important for the extension ecosystem.
version = "1.45.1";
version = "1.46.0";
pname = "vscode";

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

0 comments on commit 3391863

Please sign in to comment.