about summary refs log tree commit diff
path: root/pkgs/applications/editors/vscode
diff options
context:
space:
mode:
authorEdmund Wu <fangkazuto@gmail.com>2019-05-21 16:43:55 -0400
committerEdmund Wu <fangkazuto@gmail.com>2019-05-21 16:44:03 -0400
commitd0e2c8ae27b646115b8019fc52854e54a6e15070 (patch)
tree74a6e051ff8e277198255ee564b41ebe7dffb24b /pkgs/applications/editors/vscode
parentd3e5fc1bfc6fc6e6d4c5d22a468df2b211658300 (diff)
downloadnixlib-d0e2c8ae27b646115b8019fc52854e54a6e15070.tar
nixlib-d0e2c8ae27b646115b8019fc52854e54a6e15070.tar.gz
nixlib-d0e2c8ae27b646115b8019fc52854e54a6e15070.tar.bz2
nixlib-d0e2c8ae27b646115b8019fc52854e54a6e15070.tar.lz
nixlib-d0e2c8ae27b646115b8019fc52854e54a6e15070.tar.xz
nixlib-d0e2c8ae27b646115b8019fc52854e54a6e15070.tar.zst
nixlib-d0e2c8ae27b646115b8019fc52854e54a6e15070.zip
vscode: 1.33.1 -> 1.34.0
Diffstat (limited to 'pkgs/applications/editors/vscode')
-rw-r--r--pkgs/applications/editors/vscode/vscode.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/editors/vscode/vscode.nix b/pkgs/applications/editors/vscode/vscode.nix
index 4300abf626c3..bb0f90ed4fe7 100644
--- a/pkgs/applications/editors/vscode/vscode.nix
+++ b/pkgs/applications/editors/vscode/vscode.nix
@@ -12,14 +12,14 @@ let
   archive_fmt = if system == "x86_64-darwin" then "zip" else "tar.gz";
 
   sha256 = {
-    "i686-linux" = "0n2k134yx0zirddi5xig4zihn73s8xiga11pwk90f01wp1i0hygg";
-    "x86_64-linux" = "0ljijcqfyrfck5imldis3hx9d9iacnspgnm58kvlziam8y0imwzv";
-    "x86_64-darwin" = "00fg106rggsbng90k1jjp1c6nmnwni5s0fgmbz6k45shfa3iqamc";
+    "i686-linux" = "1xl8bk1m7d930dp7nw4770vk14cppci0ag079y8d39xqnvs24mr0";
+    "x86_64-linux" = "0mq6gzz7338h4ragiar55xxby0x7whcd9nvnfk46bri162bacjbg";
+    "x86_64-darwin" = "0pgj515k2bkpz953shmnalfw6yz8sg07jsxqk1rni9s3khrrd25h";
   }.${system};
 in
   callPackage ./generic.nix rec {
 
-    version = "1.33.1";
+    version = "1.34.0";
     pname = "vscode";
 
     executableName = "code" + lib.optionalString isInsiders "-insiders";