about summary refs log tree commit diff
path: root/pkgs/applications/editors/vscode
diff options
context:
space:
mode:
authorEdmund Wu <22758444+eadwu@users.noreply.github.com>2019-03-15 17:09:20 -0400
committerxeji <36407913+xeji@users.noreply.github.com>2019-03-15 22:09:20 +0100
commit2c6876d81bee4e0dcfc4bdcf29f391f6f5152c78 (patch)
tree64dbbb52eefeb52b514075a645f37d5f729cef67 /pkgs/applications/editors/vscode
parentc93a56c09f39a5689cfd95506aa9da33a4cbcc3d (diff)
downloadnixlib-2c6876d81bee4e0dcfc4bdcf29f391f6f5152c78.tar
nixlib-2c6876d81bee4e0dcfc4bdcf29f391f6f5152c78.tar.gz
nixlib-2c6876d81bee4e0dcfc4bdcf29f391f6f5152c78.tar.bz2
nixlib-2c6876d81bee4e0dcfc4bdcf29f391f6f5152c78.tar.lz
nixlib-2c6876d81bee4e0dcfc4bdcf29f391f6f5152c78.tar.xz
nixlib-2c6876d81bee4e0dcfc4bdcf29f391f6f5152c78.tar.zst
nixlib-2c6876d81bee4e0dcfc4bdcf29f391f6f5152c78.zip
vscode: 1.32.2 -> 1.32.3 (#57720)
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 29cc60c812f6..07333a4b8032 100644
--- a/pkgs/applications/editors/vscode/default.nix
+++ b/pkgs/applications/editors/vscode/default.nix
@@ -18,16 +18,16 @@ let
   }.${system};
 
   sha256 = {
-    "i686-linux" = "08pyc33v2k00r3xasl3nxy090kv75l25l0kc42b5wnf46n6l50rz";
-    "x86_64-linux" = "1r139a8ddxw9pww773f8p10hy6kkakn9ql83ab2pg7nzy9r0kfmk";
-    "x86_64-darwin" = "11i5w0hdyjhjprckvcazwcj56l8bflbrgs3gzdhl8n5cjgxmxnzk";
+    "i686-linux" = "1qll0hyqyn3vb0v35h9y8rk4l3r6zzc5bkra6pb23bnr4bna4y80";
+    "x86_64-linux" = "1sfvv4g7kmvabqxasil41gasr7hsmgf8wwc4dl1940pb7x19fllq";
+    "x86_64-darwin" = "0gjdppr59pyb2wawvf7yyk7357a5naxga74zf9gc7d9s1fz78hls";
   }.${system};
 
   archive_fmt = if system == "x86_64-darwin" then "zip" else "tar.gz";
 in
   stdenv.mkDerivation rec {
     name = "vscode-${version}";
-    version = "1.32.2";
+    version = "1.32.3";
 
     src = fetchurl {
       name = "VSCode_${version}_${plat}.${archive_fmt}";