about summary refs log tree commit diff
path: root/pkgs/applications/editors/vscode
diff options
context:
space:
mode:
authorangristan <angristan@pm.me>2019-08-09 02:34:02 +0200
committerangristan <angristan@pm.me>2019-08-09 15:23:54 +0200
commite4c6e7eece848907c18393429f638514c92f3430 (patch)
tree51532fb9e57078d92cdddc57d9dcd9202555969e /pkgs/applications/editors/vscode
parent8e598118cd6c717009954aa6a289fd32007377da (diff)
downloadnixlib-e4c6e7eece848907c18393429f638514c92f3430.tar
nixlib-e4c6e7eece848907c18393429f638514c92f3430.tar.gz
nixlib-e4c6e7eece848907c18393429f638514c92f3430.tar.bz2
nixlib-e4c6e7eece848907c18393429f638514c92f3430.tar.lz
nixlib-e4c6e7eece848907c18393429f638514c92f3430.tar.xz
nixlib-e4c6e7eece848907c18393429f638514c92f3430.tar.zst
nixlib-e4c6e7eece848907c18393429f638514c92f3430.zip
vscode: 1.36.1 -> 1.37.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 438292b7683c..7e4035ac336a 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" = "1ck13xpnfklfc81jd8d5md09fcp0gjypacdqj276mzhr5mig29cd";
-    "x86_64-darwin" = "0xpzm372swv0by22saxib16fvvvfjr7d68aj3l5dsl5c9a8v23qj";
+    "x86_64-linux" = "17g7mra9a52qlrrj77cw16vqvc7fsvbhc03wrl4iq1afzxsyqi22";
+    "x86_64-darwin" = "1is04anvhl2b354h5w7i5qi7ixhzna277f7xdy4qj9gjby6zydc6";
   }.${system};
 in
   callPackage ./generic.nix rec {
 
-    version = "1.36.1";
+    version = "1.37.0";
     pname = "vscode";
 
     executableName = "code" + lib.optionalString isInsiders "-insiders";