about summary refs log tree commit diff
path: root/pkgs/applications/editors/vscode
diff options
context:
space:
mode:
authorEdmund Wu <fangkazuto@gmail.com>2019-07-04 12:39:57 -0400
committerEdmund Wu <fangkazuto@gmail.com>2019-07-04 12:39:57 -0400
commitb196935e6b31013282a9cc69f8b00f9889c7fb5a (patch)
treecf43bb7cbe84d8505d31600a5be103c7a95d7269 /pkgs/applications/editors/vscode
parent6a01e7007c65f615fd2a4f41e49fc8a495974807 (diff)
downloadnixlib-b196935e6b31013282a9cc69f8b00f9889c7fb5a.tar
nixlib-b196935e6b31013282a9cc69f8b00f9889c7fb5a.tar.gz
nixlib-b196935e6b31013282a9cc69f8b00f9889c7fb5a.tar.bz2
nixlib-b196935e6b31013282a9cc69f8b00f9889c7fb5a.tar.lz
nixlib-b196935e6b31013282a9cc69f8b00f9889c7fb5a.tar.xz
nixlib-b196935e6b31013282a9cc69f8b00f9889c7fb5a.tar.zst
nixlib-b196935e6b31013282a9cc69f8b00f9889c7fb5a.zip
vscode: 1.35.1 -> 1.36.0
Diffstat (limited to 'pkgs/applications/editors/vscode')
-rw-r--r--pkgs/applications/editors/vscode/vscode.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/vscode/vscode.nix b/pkgs/applications/editors/vscode/vscode.nix
index 11a14b67b26f..c8db515e47df 100644
--- a/pkgs/applications/editors/vscode/vscode.nix
+++ b/pkgs/applications/editors/vscode/vscode.nix
@@ -11,13 +11,13 @@ let
   archive_fmt = if system == "x86_64-darwin" then "zip" else "tar.gz";
 
   sha256 = {
-    "x86_64-linux" = "1g6cib1c9mikg8cv940xk5g8dh0q5v6vlrgj78rr161hz1lrrv09";
-    "x86_64-darwin" = "0krihhr57hnsc9qc1l2ncg70vz7nmrvlqrjbgdnihlrpf71d09hp";
+    "x86_64-linux" = "02h71b9m9w4nc8g9iy2kafg041brli4zwv7pv6i1qg6p5cf2jdfx";
+    "x86_64-darwin" = "1awq0rwiizwbjqf7crv59qr7m7rmgpfba0b4qx2bpx1mn25fmq56";
   }.${system};
 in
   callPackage ./generic.nix rec {
 
-    version = "1.35.1";
+    version = "1.36.0";
     pname = "vscode";
 
     executableName = "code" + lib.optionalString isInsiders "-insiders";