about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorRoman Kuznetsov <roman@kuznero.com>2020-06-12 08:11:14 +0200
committerJon <jonringer@users.noreply.github.com>2020-06-13 14:39:37 -0700
commite25e560120054e56377fa0612f693d73e85da6b7 (patch)
treeffb402089103ef1a789d89885a5cac92585b435f /pkgs/applications
parent33918638e57217363cef5a0d10b949bd8d2b04f6 (diff)
downloadnixlib-e25e560120054e56377fa0612f693d73e85da6b7.tar
nixlib-e25e560120054e56377fa0612f693d73e85da6b7.tar.gz
nixlib-e25e560120054e56377fa0612f693d73e85da6b7.tar.bz2
nixlib-e25e560120054e56377fa0612f693d73e85da6b7.tar.lz
nixlib-e25e560120054e56377fa0612f693d73e85da6b7.tar.xz
nixlib-e25e560120054e56377fa0612f693d73e85da6b7.tar.zst
nixlib-e25e560120054e56377fa0612f693d73e85da6b7.zip
vscodium: 1.45.1 -> 1.46.0
Diffstat (limited to 'pkgs/applications')
-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 8a191e157fa0..fd48a4b1084e 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 = "1m965d8ggg2ffbhyrgadfrgikcavyjszc3sgbsd930b8pxrmqlxp";
-    x86_64-darwin = "017fj7imjxa0n3r7c9kcz7192rxkw18bry6rfkv2hycfja70j5qj";
+    x86_64-linux = "088nsflscak315704vqnh8m4q7601fczglbhdz5i70kfyg89ar4w";
+    x86_64-darwin = "0fxpx1ydsag4gyn2kq5ddq55lpw15w176p3fypk80fyfix4kziqf";
   }.${system};
 
   sourceRoot = {
@@ -27,7 +27,7 @@ in
 
     # Please backport all compatible updates to the stable release.
     # This is important for the extension ecosystem.
-    version = "1.45.1";
+    version = "1.46.0";
     pname = "vscodium";
 
     executableName = "codium";