about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorFrederik Rietdijk <freddyrietdijk@fridh.nl>2017-08-13 22:02:39 +0200
committerGitHub <noreply@github.com>2017-08-13 22:02:39 +0200
commit3fb2acd79f11fb07e3997c5368ae9f6fa5534744 (patch)
tree6d5d6e4dfeeaeb90a6297218df622d6696b475ee /pkgs/applications/editors
parent6e386925ac2089378dbc32c1f242405f6f04328e (diff)
parent877d331765393420ed2855715d1f445b8de25cd9 (diff)
downloadnixlib-3fb2acd79f11fb07e3997c5368ae9f6fa5534744.tar
nixlib-3fb2acd79f11fb07e3997c5368ae9f6fa5534744.tar.gz
nixlib-3fb2acd79f11fb07e3997c5368ae9f6fa5534744.tar.bz2
nixlib-3fb2acd79f11fb07e3997c5368ae9f6fa5534744.tar.lz
nixlib-3fb2acd79f11fb07e3997c5368ae9f6fa5534744.tar.xz
nixlib-3fb2acd79f11fb07e3997c5368ae9f6fa5534744.tar.zst
nixlib-3fb2acd79f11fb07e3997c5368ae9f6fa5534744.zip
Merge pull request #28217 from NeQuissimus/vscode_1_15_0
vscode: 1.14.2 -> 1.15.0
Diffstat (limited to 'pkgs/applications/editors')
-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 45a734216cf3..a22f4627c992 100644
--- a/pkgs/applications/editors/vscode/default.nix
+++ b/pkgs/applications/editors/vscode/default.nix
@@ -2,7 +2,7 @@
   makeWrapper, libXScrnSaver, libxkbfile }:
 
 let
-  version = "1.14.2";
+  version = "1.15.0";
   channel = "stable";
 
   plat = {
@@ -12,9 +12,9 @@ let
   }.${stdenv.system};
 
   sha256 = {
-    "i686-linux" = "0ladqwgy37imq957mmbdfslaxcnx8gcl9nb1q5p8r91vldvf31zd";
-    "x86_64-linux" = "1nb9n6511v2p1nwcwh6kbpxgydfs66yn7q2nf1rmh42ha5yzqkja";
-    "x86_64-darwin" = "0yk2yd8rzhmsh276xfgywp1gjjkvxypgnjhs8jaxvrgsj7aw1s39";
+    "i686-linux" = "1ny4n6xbwvw88fy6k59dd2g4h8z9a9r7m6fbpgs6lwv0a6cill01";
+    "x86_64-linux" = "16mm9yks271p81nsp6yhfgdy5b1w7cs12cwn2z919kj0i4i09fk1";
+    "x86_64-darwin" = "1dwpnllff72yd8a6gc9xv4j7fxwsjgwjvdss0ld4m6kx17zm43qm";
   }.${stdenv.system};
 
   archive_fmt = if stdenv.system == "x86_64-darwin" then "zip" else "tar.gz";