summary refs log tree commit diff
path: root/pkgs/applications/editors/vscode
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2018-01-15 12:34:56 -0500
committerTim Steinbach <tim@nequissimus.com>2018-01-15 12:35:24 -0500
commitaf9724d9791fcda0217bd60dfdb7332fb181c9da (patch)
treedbc0fe189dc06dcf2e3c92dd17b99d2ffc3e6b9d /pkgs/applications/editors/vscode
parent5d8b359db7b680d5f6c77f92b789ceea43d3ee92 (diff)
downloadnixlib-af9724d9791fcda0217bd60dfdb7332fb181c9da.tar
nixlib-af9724d9791fcda0217bd60dfdb7332fb181c9da.tar.gz
nixlib-af9724d9791fcda0217bd60dfdb7332fb181c9da.tar.bz2
nixlib-af9724d9791fcda0217bd60dfdb7332fb181c9da.tar.lz
nixlib-af9724d9791fcda0217bd60dfdb7332fb181c9da.tar.xz
nixlib-af9724d9791fcda0217bd60dfdb7332fb181c9da.tar.zst
nixlib-af9724d9791fcda0217bd60dfdb7332fb181c9da.zip
vscode: 1.19.1 -> 1.19.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 15477c5c7d45..6b449193337d 100644
--- a/pkgs/applications/editors/vscode/default.nix
+++ b/pkgs/applications/editors/vscode/default.nix
@@ -2,7 +2,7 @@
   makeWrapper, libXScrnSaver, libxkbfile, libsecret }:
 
 let
-  version = "1.19.1";
+  version = "1.19.2";
   channel = "stable";
 
   plat = {
@@ -12,9 +12,9 @@ let
   }.${stdenv.system};
 
   sha256 = {
-    "i686-linux" = "0ypx1jrzg76f8p4yh9hi3bhsrc6w4r7rg6i2aa6q7s8ny0q9hrlx";
-    "x86_64-linux" = "1934wdiy2d1fzcjxjyf60dw1g1pp3lk2wv41xgrabfy5j2xfz14r";
-    "x86_64-darwin" = "1zbcddgdwvmnk1gpmgw6rz0rswhkfc72wcjdbvgghm4msfwcgvc8";
+    "i686-linux" = "05qfcmwl1r43slwkb2rxh99hwpzd8c622la0ffd9p2jg4lbkgs1p";
+    "x86_64-linux" = "0kjwmw68av9mnqcg1vaazm3k240y9jvbng6n7ycgzxwddzx0qlac";
+    "x86_64-darwin" = "1mjmi5r9qlc6ggh3w566454ar06by15xsm6dymr8zv4sb352w70h";
   }.${stdenv.system};
 
   archive_fmt = if stdenv.system == "x86_64-darwin" then "zip" else "tar.gz";