summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-09-19 01:48:43 +0000
committerBobby Rong <rjl931189261@126.com>2023-09-21 20:44:28 +0800
commit8a017c265bde902d6028eadd1d4da079c1ad1877 (patch)
tree160af522b567813a0313a6b6f237952c74716dbd
parent5c22cac450f989fe60599a9e41240b76cb7f8018 (diff)
downloadnixpkgs-8a017c265bde902d6028eadd1d4da079c1ad1877.tar
nixpkgs-8a017c265bde902d6028eadd1d4da079c1ad1877.tar.gz
nixpkgs-8a017c265bde902d6028eadd1d4da079c1ad1877.tar.bz2
nixpkgs-8a017c265bde902d6028eadd1d4da079c1ad1877.tar.lz
nixpkgs-8a017c265bde902d6028eadd1d4da079c1ad1877.tar.xz
nixpkgs-8a017c265bde902d6028eadd1d4da079c1ad1877.tar.zst
nixpkgs-8a017c265bde902d6028eadd1d4da079c1ad1877.zip
vscodium: 1.82.1.23255 -> 1.82.2.23257
-rw-r--r--pkgs/applications/editors/vscode/vscodium.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/applications/editors/vscode/vscodium.nix b/pkgs/applications/editors/vscode/vscodium.nix
index ad245ba05d9..f7527096f17 100644
--- a/pkgs/applications/editors/vscode/vscodium.nix
+++ b/pkgs/applications/editors/vscode/vscodium.nix
@@ -15,11 +15,11 @@ let
   archive_fmt = if stdenv.isDarwin then "zip" else "tar.gz";
 
   sha256 = {
-    x86_64-linux = "152vr796sa1gq62zp3grcr3ywg4b4z233cvwm3s2jhi2nzra26vq";
-    x86_64-darwin = "0zk4nf8zyj6vq7yqnidjqgidrj1nq7rri9y2d4aay44kanm3v03f";
-    aarch64-linux = "0bprcnd93h13x5d2hzfgpa9yyda3x0zi3w0rfwhi2rbyzlr7vzhf";
-    aarch64-darwin = "0rwdknqdhgf3fby1i0gz6hha1vnxfk2dwrpn75g0ra21m11b5b4g";
-    armv7l-linux = "0ck2bxhy3k239ici3y2xsc8kwa8bsfn8ywh1p4lh2dkc91liisnq";
+    x86_64-linux = "1xzmfvkzqfxblahi2pc54fr7i6rynqm76p4wpbfzxrrh5a3xjwn3";
+    x86_64-darwin = "0lp6yqwqwfngl98nba8f77yypb44cfn7kcjhbc93s8kqd57m97zj";
+    aarch64-linux = "1hpwjdbfc8l4a7ln50s6h68abcb6djcc5y0h686s9k5v2axm7f3v";
+    aarch64-darwin = "0cbms9p8g2gjx9wmm78fzlscw62qasjv30al8v39bda3k694wnh5";
+    armv7l-linux = "0hvaray6b36j8s0fvffnkbsw7kf2rn2z4y8q4wlnqx3hfyalcvcn";
   }.${system} or throwSystem;
 
   sourceRoot = lib.optionalString (!stdenv.isDarwin) ".";
@@ -29,7 +29,7 @@ in
 
     # Please backport all compatible updates to the stable release.
     # This is important for the extension ecosystem.
-    version = "1.82.1.23255";
+    version = "1.82.2.23257";
     pname = "vscodium";
 
     executableName = "codium";