summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-04-08 12:01:57 +0100
committerGitHub <noreply@github.com>2018-04-08 12:01:57 +0100
commite50c5382ebab2cc7a7f980334476809009fae0ae (patch)
tree32214f2990585066981c9f4d21cae981bda81334 /pkgs/applications
parent8f5cd6e6dd8f25263a28ac3dcb2973c8565d163b (diff)
parent374fde067b1ecee233c711598eb526d4bbcf4c24 (diff)
downloadnixlib-e50c5382ebab2cc7a7f980334476809009fae0ae.tar
nixlib-e50c5382ebab2cc7a7f980334476809009fae0ae.tar.gz
nixlib-e50c5382ebab2cc7a7f980334476809009fae0ae.tar.bz2
nixlib-e50c5382ebab2cc7a7f980334476809009fae0ae.tar.lz
nixlib-e50c5382ebab2cc7a7f980334476809009fae0ae.tar.xz
nixlib-e50c5382ebab2cc7a7f980334476809009fae0ae.tar.zst
nixlib-e50c5382ebab2cc7a7f980334476809009fae0ae.zip
Merge pull request #38567 from winniequinn/vscode-1.22.1
vscode: 1.21.1 -> 1.22.1
Diffstat (limited to 'pkgs/applications')
-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 a8b38012a131..7a6fa1961e20 100644
--- a/pkgs/applications/editors/vscode/default.nix
+++ b/pkgs/applications/editors/vscode/default.nix
@@ -2,7 +2,7 @@
   makeWrapper, libXScrnSaver, libxkbfile, libsecret }:
 
 let
-  version = "1.21.1";
+  version = "1.22.1";
   channel = "stable";
 
   plat = {
@@ -12,9 +12,9 @@ let
   }.${stdenv.system};
 
   sha256 = {
-    "i686-linux" = "0c5wh6i4yl601hg0r1c8y25lz7j2p4vhisdnvnx9nzd6v4ib27cj";
-    "x86_64-linux" = "19i0wkl0qccq2cm10khy0xxb53a6g2m061g71y54s4cxb4wimc9l";
-    "x86_64-darwin" = "0d1ws4c3n80gypiarqbylyipg273ssc0m29jnrg7hx1mcy5ljb1i";
+    "i686-linux" = "1w1ywf21vcwmfq5ngag1y076nxbdqg3qav90ilxgd3dkv5j6fkjr";
+    "x86_64-linux" = "14phpsrkkv09dgr7phqhgjzfhm3zzbh3w2yhyng0cj3vwzysikcs";
+    "x86_64-darwin" = "0fqsr4ramanl7v1damf01zkmg75s9nlfkj6298h9sjvhc93pfcll";
   }.${stdenv.system};
 
   archive_fmt = if stdenv.system == "x86_64-darwin" then "zip" else "tar.gz";