about summary refs log tree commit diff
path: root/pkgs/applications/editors/vscode
diff options
context:
space:
mode:
authorEdmund Wu <fangkazuto@gmail.com>2019-05-21 16:43:46 -0400
committerEdmund Wu <fangkazuto@gmail.com>2019-05-21 16:43:46 -0400
commitd3e5fc1bfc6fc6e6d4c5d22a468df2b211658300 (patch)
tree5b389826e88eb800c010baf97b330306958f326c /pkgs/applications/editors/vscode
parentc2bac60c1f2acf5fffc58a15187c9b95bc841010 (diff)
downloadnixlib-d3e5fc1bfc6fc6e6d4c5d22a468df2b211658300.tar
nixlib-d3e5fc1bfc6fc6e6d4c5d22a468df2b211658300.tar.gz
nixlib-d3e5fc1bfc6fc6e6d4c5d22a468df2b211658300.tar.bz2
nixlib-d3e5fc1bfc6fc6e6d4c5d22a468df2b211658300.tar.lz
nixlib-d3e5fc1bfc6fc6e6d4c5d22a468df2b211658300.tar.xz
nixlib-d3e5fc1bfc6fc6e6d4c5d22a468df2b211658300.tar.zst
nixlib-d3e5fc1bfc6fc6e6d4c5d22a468df2b211658300.zip
vscodium: 1.33.1 -> 1.34.0
Diffstat (limited to 'pkgs/applications/editors/vscode')
-rw-r--r--pkgs/applications/editors/vscode/vscodium.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/editors/vscode/vscodium.nix b/pkgs/applications/editors/vscode/vscodium.nix
index 2b85cf8294ee..7058c00602cc 100644
--- a/pkgs/applications/editors/vscode/vscodium.nix
+++ b/pkgs/applications/editors/vscode/vscodium.nix
@@ -12,14 +12,14 @@ let
   archive_fmt = if system == "x86_64-darwin" then "zip" else "tar.gz";
 
   sha256 = {
-    "i686-linux" = "c45be9ff32a5acef91befc85d545402daac5cef627fe8f17fea40ae387b35b22";
-    "x86_64-linux" = "7a87f19bc48cbe017321c72da244d879a7da364b92b3a89b742d437ffcd585d3";
-    "x86_64-darwin" = "e393be5dd82ea1900e3a0597b6cb2e4c924b6acda4297d9d3eff5abcc857f32c";
+    "i686-linux" = "1vr3mblg5223k56yqi9fqwa7yg8qi4r3nkw6ssf87gs8jwfxa47l";
+    "x86_64-linux" = "1vqq365zw44ll22i06bxxviyywv1v2f71c2mricrz3faz25c3lvm";
+    "x86_64-darwin" = "0pa5cz8kq45q375b74kaa8qn1h0r1mp9amh5gsprg3hx89xzvhxi";
   }.${system};
 in
   callPackage ./generic.nix rec {
 
-    version = "1.33.1";
+    version = "1.34.0";
     pname = "vscodium";
 
     executableName = "vscodium";