summary refs log tree commit diff
diff options
context:
space:
mode:
authorupkeep-bot <foo@bar.com>2021-07-11 00:30:04 +0000
committerRaphael Megzari <raphael@megzari.com>2021-07-13 03:42:45 +0900
commit2201e7d8ce73625b65b481feeea7b62cac7f970b (patch)
tree18007951a4aa3fdcd1f8bb3e2b4b3da81ca22ec0
parent59ad08ab75fdeaf7c98c8743eccbaed7bf5c7b56 (diff)
downloadnixpkgs-2201e7d8ce73625b65b481feeea7b62cac7f970b.tar
nixpkgs-2201e7d8ce73625b65b481feeea7b62cac7f970b.tar.gz
nixpkgs-2201e7d8ce73625b65b481feeea7b62cac7f970b.tar.bz2
nixpkgs-2201e7d8ce73625b65b481feeea7b62cac7f970b.tar.lz
nixpkgs-2201e7d8ce73625b65b481feeea7b62cac7f970b.tar.xz
nixpkgs-2201e7d8ce73625b65b481feeea7b62cac7f970b.tar.zst
nixpkgs-2201e7d8ce73625b65b481feeea7b62cac7f970b.zip
vscodium: 1.57.1 -> 1.58.0
-rw-r--r--pkgs/applications/editors/vscode/vscodium.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/applications/editors/vscode/vscodium.nix b/pkgs/applications/editors/vscode/vscodium.nix
index 849f435eb36..62ce4aed9ea 100644
--- a/pkgs/applications/editors/vscode/vscodium.nix
+++ b/pkgs/applications/editors/vscode/vscodium.nix
@@ -13,10 +13,10 @@ let
   archive_fmt = if system == "x86_64-darwin" then "zip" else "tar.gz";
 
   sha256 = {
-    x86_64-linux = "16s3hznyrz9w0cns8fk3pzk9ai5dj9y5p4n1rf3hrpg5hi9yxi5j";
-    x86_64-darwin = "133p032c8gv3hx4x7kxdfhz4xvkpjmjnvy02sf05dxqv5nly4xx4";
-    aarch64-linux = "183f674qyrlz0wqx6x48z6jhl8z30zmwsj8021hqi8px5ny99l1f";
-    armv7l-linux = "0rf3ybha861r5pfp6rvh21abfagaiwqlsbxm7fhphrc5382lmxbs";
+    x86_64-linux = "12pghdkkaz4rc174b7hxkq801hjb3l0cimpm7rzbwxxpi3dkdmbl";
+    x86_64-darwin = "00gs6r3qgf313fml02953dw96in4rcjddsrxrzk17i3ik1rb1ipn";
+    aarch64-linux = "0pbm474630j4l4rsh3v7i535xawb2xgiyg995f55mhgza9cs7lvl";
+    armv7l-linux = "1cgda38drpb35q036vqsidbvhwbmqchvyxj6qzvl2ibn5s5bdwpm";
   }.${system};
 
   sourceRoot = {
@@ -31,7 +31,7 @@ in
 
     # Please backport all compatible updates to the stable release.
     # This is important for the extension ecosystem.
-    version = "1.57.1";
+    version = "1.58.0";
     pname = "vscodium";
 
     executableName = "codium";