about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorEdmund Wu <fangkazuto@gmail.com>2019-10-18 15:34:20 -0400
committerJon <jonringer@users.noreply.github.com>2019-10-18 23:55:15 -0700
commit445dd73304717af1e3748c6ee9087f6b9c9f3014 (patch)
treeb5b836bc955f4061022a18ab43e66d398f6da0f3 /pkgs/applications/editors
parent9fadd8e2bd36094e25e6ba4718b2794e4ea2a598 (diff)
downloadnixlib-445dd73304717af1e3748c6ee9087f6b9c9f3014.tar
nixlib-445dd73304717af1e3748c6ee9087f6b9c9f3014.tar.gz
nixlib-445dd73304717af1e3748c6ee9087f6b9c9f3014.tar.bz2
nixlib-445dd73304717af1e3748c6ee9087f6b9c9f3014.tar.lz
nixlib-445dd73304717af1e3748c6ee9087f6b9c9f3014.tar.xz
nixlib-445dd73304717af1e3748c6ee9087f6b9c9f3014.tar.zst
nixlib-445dd73304717af1e3748c6ee9087f6b9c9f3014.zip
vscodium: 1.39.1 -> 1.39.2
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/vscode/vscodium.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/vscode/vscodium.nix b/pkgs/applications/editors/vscode/vscodium.nix
index 0f7c10558bd8..e2386bc11189 100644
--- a/pkgs/applications/editors/vscode/vscodium.nix
+++ b/pkgs/applications/editors/vscode/vscodium.nix
@@ -11,8 +11,8 @@ let
   archive_fmt = if system == "x86_64-darwin" then "zip" else "tar.gz";
 
   sha256 = {
-    x86_64-linux = "1vhrfz36ay67laa5159jcnxyl4prgm8v1mp6anv1s7bppazigg2n";
-    x86_64-darwin = "0cxsl0qpk223khndfwwgxl8az4rz4ap657yrkvws9bh8k4vv473h";
+    x86_64-linux = "013jhmc29angqh9qb8jj0jqk4whqb59id61njm8gwz977sdgpf9l";
+    x86_64-darwin = "09jfii132cib1kn3bghwchdlvi4cfjqz5hvw6j5gr53h7j35k37j";
   }.${system};
 
   sourceRoot = {
@@ -23,7 +23,7 @@ in
   callPackage ./generic.nix rec {
     inherit sourceRoot;
 
-    version = "1.39.1";
+    version = "1.39.2";
     pname = "vscodium";
 
     executableName = "codium";