summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorupkeep-bot <foo@bar.com>2021-07-14 00:26:19 +0000
committerRaphael Megzari <raphael@megzari.com>2021-07-14 10:37:37 +0900
commit4d581620e2c76f3393a8a96d8509e054e64a6a1f (patch)
tree545e61e88a48e74cb2473220029b1297e833ff66 /pkgs/applications/editors
parent91948984912a7baf582c4e4f877f7f046cf1924f (diff)
downloadnixpkgs-4d581620e2c76f3393a8a96d8509e054e64a6a1f.tar
nixpkgs-4d581620e2c76f3393a8a96d8509e054e64a6a1f.tar.gz
nixpkgs-4d581620e2c76f3393a8a96d8509e054e64a6a1f.tar.bz2
nixpkgs-4d581620e2c76f3393a8a96d8509e054e64a6a1f.tar.lz
nixpkgs-4d581620e2c76f3393a8a96d8509e054e64a6a1f.tar.xz
nixpkgs-4d581620e2c76f3393a8a96d8509e054e64a6a1f.tar.zst
nixpkgs-4d581620e2c76f3393a8a96d8509e054e64a6a1f.zip
vscodium: 1.58.0 -> 1.58.1
Diffstat (limited to 'pkgs/applications/editors')
-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 62ce4aed9ea..c9da010505e 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 = "12pghdkkaz4rc174b7hxkq801hjb3l0cimpm7rzbwxxpi3dkdmbl";
-    x86_64-darwin = "00gs6r3qgf313fml02953dw96in4rcjddsrxrzk17i3ik1rb1ipn";
-    aarch64-linux = "0pbm474630j4l4rsh3v7i535xawb2xgiyg995f55mhgza9cs7lvl";
-    armv7l-linux = "1cgda38drpb35q036vqsidbvhwbmqchvyxj6qzvl2ibn5s5bdwpm";
+    x86_64-linux = "16hzhmsh9nv2brpzx8wnz08sanf0v6f3ln5hqgzxck0pafbzqyl5";
+    x86_64-darwin = "1a44fm5fx0zqlfr344mvc0m9hbd0vxd6s489pmh8x7m7q3sadi7j";
+    aarch64-linux = "082gjmnlvk12vkcxbpsd4xfgs38qbxkfawq9kyl3p7i8y6anrd4i";
+    armv7l-linux = "0zs66qmlq65166s34qjr6gppxvl5hyz1mjwxc97mki2c6y61fp28";
   }.${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.58.0";
+    version = "1.58.1";
     pname = "vscodium";
 
     executableName = "codium";