summary refs log tree commit diff
path: root/pkgs/applications/editors/vscode
diff options
context:
space:
mode:
authorEdmund Wu <fangkazuto@gmail.com>2018-10-08 15:52:21 -0400
committerEdmund Wu <fangkazuto@gmail.com>2018-10-08 15:52:21 -0400
commita3962299f14944a0e9ccf8fd84bd7be524b74cd6 (patch)
tree05f2f0e06f3d0e6567873cc67904c81ec8157b20 /pkgs/applications/editors/vscode
parenta000210b9f86caeb39dec6eec90b03a4c71b9058 (diff)
downloadnixlib-a3962299f14944a0e9ccf8fd84bd7be524b74cd6.tar
nixlib-a3962299f14944a0e9ccf8fd84bd7be524b74cd6.tar.gz
nixlib-a3962299f14944a0e9ccf8fd84bd7be524b74cd6.tar.bz2
nixlib-a3962299f14944a0e9ccf8fd84bd7be524b74cd6.tar.lz
nixlib-a3962299f14944a0e9ccf8fd84bd7be524b74cd6.tar.xz
nixlib-a3962299f14944a0e9ccf8fd84bd7be524b74cd6.tar.zst
nixlib-a3962299f14944a0e9ccf8fd84bd7be524b74cd6.zip
vscode: 1.27.2 -> 1.28.0
Diffstat (limited to 'pkgs/applications/editors/vscode')
-rw-r--r--pkgs/applications/editors/vscode/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/editors/vscode/default.nix b/pkgs/applications/editors/vscode/default.nix
index 3f23021b6d82..b8a717fc0e70 100644
--- a/pkgs/applications/editors/vscode/default.nix
+++ b/pkgs/applications/editors/vscode/default.nix
@@ -2,7 +2,7 @@
   gtk2, wrapGAppsHook, libXScrnSaver, libxkbfile, libsecret }:
 
 let
-  version = "1.27.2";
+  version = "1.28.0";
   channel = "stable";
 
   plat = {
@@ -12,9 +12,9 @@ let
   }.${stdenv.hostPlatform.system};
 
   sha256 = {
-    "i686-linux" = "33704d089b03c636e8c46d434068c97b66e5a9d323b991bd327067aa90e87afa";
-    "x86_64-linux" = "11023c652dd89bde1b7fbc8a7dc04fd4f87df3bfe6952a1c0ad75ab861e3196d";
-    "x86_64-darwin" = "d1f2d046775406e6f339883dab432fcaa149e763ccfcd017556a46e890de6476";
+    "i686-linux" = "0f54py00lmw96x47nk823gwxxc9kr9haaa821ggi974ycr54af0y";
+    "x86_64-linux" = "07bbzm1159k2gkajj6z7dsr0kmadd5gx721w92r252i5hcwg5sx4";
+    "x86_64-darwin" = "019cl2rswls3gwwa8y70cllc4jnd8xj0y2m9rvg2rz695snp6rcm";
   }.${stdenv.hostPlatform.system};
 
   archive_fmt = if stdenv.hostPlatform.system == "x86_64-darwin" then "zip" else "tar.gz";