about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorRoman Kuznetsov <roman@kuznero.com>2020-06-11 08:50:14 +0200
committerJon <jonringer@users.noreply.github.com>2020-06-13 14:39:37 -0700
commit33918638e57217363cef5a0d10b949bd8d2b04f6 (patch)
tree39fc9c025268e20319817c286680eb9bcce677ac /pkgs/applications
parent7602241fbd4e1336638399a9c63c97a43c3e22ca (diff)
downloadnixlib-33918638e57217363cef5a0d10b949bd8d2b04f6.tar
nixlib-33918638e57217363cef5a0d10b949bd8d2b04f6.tar.gz
nixlib-33918638e57217363cef5a0d10b949bd8d2b04f6.tar.bz2
nixlib-33918638e57217363cef5a0d10b949bd8d2b04f6.tar.lz
nixlib-33918638e57217363cef5a0d10b949bd8d2b04f6.tar.xz
nixlib-33918638e57217363cef5a0d10b949bd8d2b04f6.tar.zst
nixlib-33918638e57217363cef5a0d10b949bd8d2b04f6.zip
vscode: 1.45.1 -> 1.46.0
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/editors/vscode/vscode.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/vscode/vscode.nix b/pkgs/applications/editors/vscode/vscode.nix
index e6e767c7db22..7ca981b2958d 100644
--- a/pkgs/applications/editors/vscode/vscode.nix
+++ b/pkgs/applications/editors/vscode/vscode.nix
@@ -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 {
@@ -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";