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-13 11:32:10 +0100
committerGitHub <noreply@github.com>2018-04-13 11:32:10 +0100
commit89af125a2c42c10be3f595d47a367e7dda242d12 (patch)
tree65228032d54393537cbb88dbb4dc8e1d5206fb85 /pkgs/applications
parent1cbbe204ccd830332c619462c3118e65d5dd5dba (diff)
parent6fd4462fcf3c706c0a9eb5a9d9ef62c73e4123aa (diff)
downloadnixlib-89af125a2c42c10be3f595d47a367e7dda242d12.tar
nixlib-89af125a2c42c10be3f595d47a367e7dda242d12.tar.gz
nixlib-89af125a2c42c10be3f595d47a367e7dda242d12.tar.bz2
nixlib-89af125a2c42c10be3f595d47a367e7dda242d12.tar.lz
nixlib-89af125a2c42c10be3f595d47a367e7dda242d12.tar.xz
nixlib-89af125a2c42c10be3f595d47a367e7dda242d12.tar.zst
nixlib-89af125a2c42c10be3f595d47a367e7dda242d12.zip
Merge pull request #38879 from smashedtoatoms/vscode-to-1.22.2
vscode: 1.22.1 -> 1.22.2
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 7a6fa1961e20..5c10f6fb3bbc 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.22.1";
+  version = "1.22.2";
   channel = "stable";
 
   plat = {
@@ -12,9 +12,9 @@ let
   }.${stdenv.system};
 
   sha256 = {
-    "i686-linux" = "1w1ywf21vcwmfq5ngag1y076nxbdqg3qav90ilxgd3dkv5j6fkjr";
-    "x86_64-linux" = "14phpsrkkv09dgr7phqhgjzfhm3zzbh3w2yhyng0cj3vwzysikcs";
-    "x86_64-darwin" = "0fqsr4ramanl7v1damf01zkmg75s9nlfkj6298h9sjvhc93pfcll";
+    "i686-linux" = "17iqqg6vdccbl1k4k2ks3kkgg7619j6qdvca4k27pjfqm17mvw5n";
+    "x86_64-linux" = "1ng2jhhaghsf7a2dmrimazh817jh0ag88whija179ywgrg3i6xam";
+    "x86_64-darwin" = "083hizigzxm45hcy6yqwznj9ibqdaxg2xv8rsyas4ig9x55irrcj";
   }.${stdenv.system};
 
   archive_fmt = if stdenv.system == "x86_64-darwin" then "zip" else "tar.gz";