about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorEdmund Wu <fangkazuto@gmail.com>2019-09-13 08:02:16 -0400
committerEdmund Wu <fangkazuto@gmail.com>2019-09-13 08:03:53 -0400
commit703471064bf00712d5642db6577aa4723672c55c (patch)
treefa8e42ca32a365f8b694deecd1817fe7b3954f48 /pkgs/applications/editors
parente4d2f259dba06a42710dc1995398ac2a335ae2ae (diff)
downloadnixlib-703471064bf00712d5642db6577aa4723672c55c.tar
nixlib-703471064bf00712d5642db6577aa4723672c55c.tar.gz
nixlib-703471064bf00712d5642db6577aa4723672c55c.tar.bz2
nixlib-703471064bf00712d5642db6577aa4723672c55c.tar.lz
nixlib-703471064bf00712d5642db6577aa4723672c55c.tar.xz
nixlib-703471064bf00712d5642db6577aa4723672c55c.tar.zst
nixlib-703471064bf00712d5642db6577aa4723672c55c.zip
vscodium: 1.38.0 -> 1.38.1
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 02d0396a94f5..b526d8fe327e 100644
--- a/pkgs/applications/editors/vscode/vscodium.nix
+++ b/pkgs/applications/editors/vscode/vscodium.nix
@@ -11,13 +11,13 @@ let
   archive_fmt = if system == "x86_64-darwin" then "zip" else "tar.gz";
 
   sha256 = {
-    x86_64-linux = "09rq5jx7aicwp3qqi5pcv6bmyyp1rm5cfa96hvy3f4grhq1fi132";
-    x86_64-darwin = "1y1lbb3q5myaz7jg21x5sl0in8wr46brqj9zyrg3f16zahsagzr4";
+    x86_64-linux = "15m7mfb8gmx3pwydc37blj0rxwgmkrnqfj6y79rpqlr2dg92gwlb";
+    x86_64-darwin = "080k4fnfa5ylmmya6zprgci3gld9mrbqsfnk53hgcny91ykl5xj5";
   }.${system};
 in
   callPackage ./generic.nix rec {
 
-    version = "1.38.0";
+    version = "1.38.1";
     pname = "vscodium";
 
     executableName = "codium";