about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorEdmund Wu <fangkazuto@gmail.com>2019-06-06 08:38:18 -0400
committerEdmund Wu <fangkazuto@gmail.com>2019-06-06 08:38:18 -0400
commit7e0b2a66c7329a66d50ca65ae736bb03127c18ac (patch)
tree5867f0e6f8ad5c98cd584edda0dd35fc19b94061 /pkgs/applications/editors
parent48e8049c857c92a7ac8a77bbcefca166827c872c (diff)
downloadnixlib-7e0b2a66c7329a66d50ca65ae736bb03127c18ac.tar
nixlib-7e0b2a66c7329a66d50ca65ae736bb03127c18ac.tar.gz
nixlib-7e0b2a66c7329a66d50ca65ae736bb03127c18ac.tar.bz2
nixlib-7e0b2a66c7329a66d50ca65ae736bb03127c18ac.tar.lz
nixlib-7e0b2a66c7329a66d50ca65ae736bb03127c18ac.tar.xz
nixlib-7e0b2a66c7329a66d50ca65ae736bb03127c18ac.tar.zst
nixlib-7e0b2a66c7329a66d50ca65ae736bb03127c18ac.zip
vscode: 1.34.0 -> 1.35.0
Diffstat (limited to 'pkgs/applications/editors')
-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 bb0f90ed4fe7..46615df2b418 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" = "1xl8bk1m7d930dp7nw4770vk14cppci0ag079y8d39xqnvs24mr0";
-    "x86_64-linux" = "0mq6gzz7338h4ragiar55xxby0x7whcd9nvnfk46bri162bacjbg";
-    "x86_64-darwin" = "0pgj515k2bkpz953shmnalfw6yz8sg07jsxqk1rni9s3khrrd25h";
+    "i686-linux" = "1485maq7rrvi742w0zs5nnaqy2s7w4hhm0fi4n69vafncia8zyic";
+    "x86_64-linux" = "082725c7yzih13d4khvwz34ijwdg6yxmsxhjmpn2pqlfsg43hxsh";
+    "x86_64-darwin" = "1mvj63sbdcw227bi4idqcwqxds60g64spvdi2bxh5sk6g5q5df90";
   }.${system};
 in
   callPackage ./generic.nix rec {
 
-    version = "1.34.0";
+    version = "1.35.0";
     pname = "vscode";
 
     executableName = "code" + lib.optionalString isInsiders "-insiders";