about summary refs log tree commit diff
path: root/pkgs/applications/editors/vscode
diff options
context:
space:
mode:
authorEdmund Wu <fangkazuto@gmail.com>2018-10-18 22:35:07 -0400
committerEdmund Wu <fangkazuto@gmail.com>2018-10-18 22:35:07 -0400
commit8861eca0962a42e9982b24a1e93a6122ab754262 (patch)
treea29f54abc6b25da774b388dff109871a0bc23037 /pkgs/applications/editors/vscode
parent9ebba0fa6c2d844715f9394a99fe6453e4f1a9a2 (diff)
downloadnixlib-8861eca0962a42e9982b24a1e93a6122ab754262.tar
nixlib-8861eca0962a42e9982b24a1e93a6122ab754262.tar.gz
nixlib-8861eca0962a42e9982b24a1e93a6122ab754262.tar.bz2
nixlib-8861eca0962a42e9982b24a1e93a6122ab754262.tar.lz
nixlib-8861eca0962a42e9982b24a1e93a6122ab754262.tar.xz
nixlib-8861eca0962a42e9982b24a1e93a6122ab754262.tar.zst
nixlib-8861eca0962a42e9982b24a1e93a6122ab754262.zip
vscode: 1.28.0 -> 1.28.2
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 b8a717fc0e70..8d5dca0a3454 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.28.0";
+  version = "1.28.2";
   channel = "stable";
 
   plat = {
@@ -12,9 +12,9 @@ let
   }.${stdenv.hostPlatform.system};
 
   sha256 = {
-    "i686-linux" = "0f54py00lmw96x47nk823gwxxc9kr9haaa821ggi974ycr54af0y";
-    "x86_64-linux" = "07bbzm1159k2gkajj6z7dsr0kmadd5gx721w92r252i5hcwg5sx4";
-    "x86_64-darwin" = "019cl2rswls3gwwa8y70cllc4jnd8xj0y2m9rvg2rz695snp6rcm";
+    "i686-linux" = "13zgx80qzq1wvss3byh56rvp2bdxywc4xmhhljsqrxf17g86g2zr";
+    "x86_64-linux" = "1z50hkr9mcf76hlr1jb80nbvpxbpm2bh0l63yh9yqpalmz66xbfy";
+    "x86_64-darwin" = "0n7lavpylg1q89qa64z4z1v7pgmwb2kidc57cgpvjnhjg8idys33";
   }.${stdenv.hostPlatform.system};
 
   archive_fmt = if stdenv.hostPlatform.system == "x86_64-darwin" then "zip" else "tar.gz";