about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2018-11-17 00:22:43 +0100
committerzimbatm <zimbatm@zimbatm.com>2018-11-17 00:22:43 +0100
commit874b0175642d863353eeb96bf3c45ebc32ccd968 (patch)
treeae96c9cd722e3e20fd441c61476f0b5018c4ec2f /pkgs/applications/editors
parent939bb2189b19a94b6756cd1406fb3ffbea290ea3 (diff)
downloadnixlib-874b0175642d863353eeb96bf3c45ebc32ccd968.tar
nixlib-874b0175642d863353eeb96bf3c45ebc32ccd968.tar.gz
nixlib-874b0175642d863353eeb96bf3c45ebc32ccd968.tar.bz2
nixlib-874b0175642d863353eeb96bf3c45ebc32ccd968.tar.lz
nixlib-874b0175642d863353eeb96bf3c45ebc32ccd968.tar.xz
nixlib-874b0175642d863353eeb96bf3c45ebc32ccd968.tar.zst
nixlib-874b0175642d863353eeb96bf3c45ebc32ccd968.zip
vscode: 1.29.0 -> 1.29.1 (#50462)
Diffstat (limited to 'pkgs/applications/editors')
-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 c62f78d4efdb..b5cb6f6e3e14 100644
--- a/pkgs/applications/editors/vscode/default.nix
+++ b/pkgs/applications/editors/vscode/default.nix
@@ -2,7 +2,7 @@
   gtk2, wrapGAppsHook, libXScrnSaver, libxkbfile, libsecret }:
 
 let
-  version = "1.29.0";
+  version = "1.29.1";
   channel = "stable";
 
   plat = {
@@ -12,9 +12,9 @@ let
   }.${stdenv.hostPlatform.system};
 
   sha256 = {
-    "i686-linux" = "12qanqd3bviw2lzf23pd79wapzn463ckivfrl2wbbi8dcyhp4sda";
-    "x86_64-linux" = "1v72i40hdsy8v7wrbsz6igj8r1q4sfzvrxri0ddxjb3y5mivzjwf";
-    "x86_64-darwin" = "0qxz6j468nvgv4d8fibsi13q5ymc8z2gdx5kqcf6wixzrk0clnv8";
+    "i686-linux" = "0r19i3gg6iz8j7plb89c0k8r3wlh9vxbv7mwbssy0yvhid2af3ww";
+    "x86_64-linux" = "1r66mjz4lgv3dk0rjb9p27ha9y7vj7xld9x9gqnjxqx9ify71r9i";
+    "x86_64-darwin" = "0akr8675hnppxwr8xy5lr6rlqz8zg1fj823vks5mx3ssmd3sg189";
   }.${stdenv.hostPlatform.system};
 
   archive_fmt = if stdenv.hostPlatform.system == "x86_64-darwin" then "zip" else "tar.gz";