summary refs log tree commit diff
path: root/pkgs/applications/editors/vscode
diff options
context:
space:
mode:
authorEdmund Wu <fangkazuto@gmail.com>2020-05-11 13:33:48 -0400
committerEdmund Wu <fangkazuto@gmail.com>2020-05-11 13:34:22 -0400
commit301905d8134fa3544f5e9cf22a26519a81dc8942 (patch)
tree7bbe4cab57da4199b922dcebe85ec756892487c5 /pkgs/applications/editors/vscode
parent88c4688c253facc62c0a59b245d0b6cbb45a9c29 (diff)
downloadnixpkgs-301905d8134fa3544f5e9cf22a26519a81dc8942.tar
nixpkgs-301905d8134fa3544f5e9cf22a26519a81dc8942.tar.gz
nixpkgs-301905d8134fa3544f5e9cf22a26519a81dc8942.tar.bz2
nixpkgs-301905d8134fa3544f5e9cf22a26519a81dc8942.tar.lz
nixpkgs-301905d8134fa3544f5e9cf22a26519a81dc8942.tar.xz
nixpkgs-301905d8134fa3544f5e9cf22a26519a81dc8942.tar.zst
nixpkgs-301905d8134fa3544f5e9cf22a26519a81dc8942.zip
vscode: 1.44.2 -> 1.45.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 371adc36789..5aa5881ec5a 100644
--- a/pkgs/applications/editors/vscode/vscode.nix
+++ b/pkgs/applications/editors/vscode/vscode.nix
@@ -11,8 +11,8 @@ let
   archive_fmt = if system == "x86_64-darwin" then "zip" else "tar.gz";
 
   sha256 = {
-    x86_64-linux = "1n083pzp2dsz6z6rcl1ldcwhd4i03sjigdfslfardhc4v5lbvmv8";
-    x86_64-darwin = "1qk3gscyskf4fwc8i09afr3wsyd1lwwycx6rf02wwh4n9py50b20";
+    x86_64-linux = "16zchjp72m6n6za4ak5kn2ax1s5pjfn7l082d6gfbb2y62isvs7q";
+    x86_64-darwin = "0w35s6nxagcnd6xcm6bp0m63agkqxffig61cr3nnmpbcgj9zc969";
   }.${system};
 in
   callPackage ./generic.nix rec {
@@ -21,7 +21,7 @@ in
 
     # Please backport all compatible updates to the stable release.
     # This is important for the extension ecosystem.
-    version = "1.44.2";
+    version = "1.45.0";
     pname = "vscode";
 
     executableName = "code" + lib.optionalString isInsiders "-insiders";