summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorDaniƫl de Kok <me@danieldk.eu>2020-09-24 08:10:34 +0200
committerGitHub <noreply@github.com>2020-09-24 08:10:34 +0200
commitfce6a30ccce9f3e3184e772ebe22368050b963a4 (patch)
tree61a44dfbff13afee92a8fbf910b7fcf15e4c77ce /pkgs/applications/editors
parent8409bdf80ab40a9002d41a24660f39df73a763a2 (diff)
parentd34dafcd2bc53287b2a9137e7ead3cde88f3290c (diff)
downloadnixpkgs-fce6a30ccce9f3e3184e772ebe22368050b963a4.tar
nixpkgs-fce6a30ccce9f3e3184e772ebe22368050b963a4.tar.gz
nixpkgs-fce6a30ccce9f3e3184e772ebe22368050b963a4.tar.bz2
nixpkgs-fce6a30ccce9f3e3184e772ebe22368050b963a4.tar.lz
nixpkgs-fce6a30ccce9f3e3184e772ebe22368050b963a4.tar.xz
nixpkgs-fce6a30ccce9f3e3184e772ebe22368050b963a4.tar.zst
nixpkgs-fce6a30ccce9f3e3184e772ebe22368050b963a4.zip
Merge pull request #98189 from samuela/upkeep-bot/vscode-1.49.1-1600387697
vscode: 1.48.2 -> 1.49.1
Diffstat (limited to 'pkgs/applications/editors')
-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 bedc8c60c70..a99cba67d3c 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 = "1i4vq8a81jgshn9iqkj8rp0yqihq2bjim27c8sh4vl9d6a8a6vcr";
-    x86_64-darwin = "090xj8pq3fdn7dcfrzvgvx906k6gs2xm04xkymz8vpm3a4rq1svn";
+    x86_64-linux = "1kgvwcwkdvywsiyg86srfzcq6jcas6hyi9ds4qvndsnd64j0fgkn";
+    x86_64-darwin = "03jci05psxkknpjrrgjpdxsii2xyf5cfpkhrp5nnfafb5acfvs1x";
   }.${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.48.2";
+    version = "1.49.1";
     pname = "vscode";
 
     executableName = "code" + lib.optionalString isInsiders "-insiders";