about summary refs log tree commit diff
path: root/pkgs/applications/editors/vscode
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2022-09-03 20:43:17 -0300
committerGitHub <noreply@github.com>2022-09-03 20:43:17 -0300
commit1d8f1ea5b1587fb38d34d7d092a4682c0ed8af6d (patch)
treec2b901f962eb3ffcaede2b2c7e2340de4e8999d7 /pkgs/applications/editors/vscode
parent8dce322bcc12ff5cccfad52f8eb66f13a4d77aea (diff)
parent98d1746cac46f85c69e7a8ab589d9d432a8dbf11 (diff)
downloadnixlib-1d8f1ea5b1587fb38d34d7d092a4682c0ed8af6d.tar
nixlib-1d8f1ea5b1587fb38d34d7d092a4682c0ed8af6d.tar.gz
nixlib-1d8f1ea5b1587fb38d34d7d092a4682c0ed8af6d.tar.bz2
nixlib-1d8f1ea5b1587fb38d34d7d092a4682c0ed8af6d.tar.lz
nixlib-1d8f1ea5b1587fb38d34d7d092a4682c0ed8af6d.tar.xz
nixlib-1d8f1ea5b1587fb38d34d7d092a4682c0ed8af6d.tar.zst
nixlib-1d8f1ea5b1587fb38d34d7d092a4682c0ed8af6d.zip
Merge pull request #189529 from samuela/upkeep-bot/vscodium-1.71.0.22245-1662164675
vscodium: 1.70.2.22230 -> 1.71.0.22245
Diffstat (limited to 'pkgs/applications/editors/vscode')
-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 fd912beb6acd..a739fc5c4a8f 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 = "1b2603fcb28479dajwg9q2ck083fym6khjv02ax3l0p6jazjyc70";
-    x86_64-darwin = "0xggqfmsm7zzbn43mjmmk8wg75nr2nvkiaddcgwq3a2xn1x90jb5";
-    aarch64-linux = "1wfrfap840a9azik1dbzp7kib04amc3y2m6s45v3qa3c0kw1162a";
-    aarch64-darwin = "1nfv5ysri6p2sfp47786alv7b8rrn7mxsaisdlz970r8d79mrp5n";
-    armv7l-linux = "185ayjvahyqxqab7dkpygxd68adxai25sw4fcw00x5c4l5lgmvhl";
+    x86_64-linux = "03lbfl3azrjhxzkadrz632dpwnv6hyyls10mc8wzspwraz77v1m5";
+    x86_64-darwin = "1fd66fbs414lja7ca38sdgx02nw9w1qfrlxhcb52ijls5xbmbgm4";
+    aarch64-linux = "0hwzx0lvrxrzrpggpsymjzy53dq4msg0j3vrxq82308ydc5ssnzd";
+    aarch64-darwin = "0dqhi6br29bq8a97wgfxgz4d236cg0ydgaqv8j5nqjgvjwp13p9l";
+    armv7l-linux = "07qq0ic9nckl9fkk5rl9dy4gksw3l248jsy7v8ws8f3mq4l8gi49";
   }.${system} or throwSystem;
 
   sourceRoot = if stdenv.isDarwin then "" else ".";
@@ -29,7 +29,7 @@ in
 
     # Please backport all compatible updates to the stable release.
     # This is important for the extension ecosystem.
-    version = "1.70.2.22230";
+    version = "1.71.0.22245";
     pname = "vscodium";
 
     executableName = "codium";