about summary refs log tree commit diff
path: root/pkgs/applications/editors/vscode
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-08-21 04:24:32 +0200
committerGitHub <noreply@github.com>2022-08-21 04:24:32 +0200
commitd3fb1aea3c32084cd5f1dcb4393e98a0e0daa1b6 (patch)
tree51fdc93955bcb117277d827b8c72e54bae2efb58 /pkgs/applications/editors/vscode
parent28f291330c69f43d8c47116d5eee9cbf617f23ee (diff)
parent0bffbf1d33a0ea72789c50be5b6dcebf5326310b (diff)
downloadnixlib-d3fb1aea3c32084cd5f1dcb4393e98a0e0daa1b6.tar
nixlib-d3fb1aea3c32084cd5f1dcb4393e98a0e0daa1b6.tar.gz
nixlib-d3fb1aea3c32084cd5f1dcb4393e98a0e0daa1b6.tar.bz2
nixlib-d3fb1aea3c32084cd5f1dcb4393e98a0e0daa1b6.tar.lz
nixlib-d3fb1aea3c32084cd5f1dcb4393e98a0e0daa1b6.tar.xz
nixlib-d3fb1aea3c32084cd5f1dcb4393e98a0e0daa1b6.tar.zst
nixlib-d3fb1aea3c32084cd5f1dcb4393e98a0e0daa1b6.zip
Merge pull request #187371 from samuela/upkeep-bot/vscodium-1.70.2.22230-1660868653
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 7d671496cfc6..e8043eef9fac 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 = "04jmp9z9b8gqq1nxfw186fnyd0glcp0s8iiy5g2zy2y7jsllm5qi";
-    x86_64-darwin = "119k1q1dnnhzdyv3wx13ghpwvsrmb1s8ira50ldlac3dr54rhjc9";
-    aarch64-linux = "0sr9q4rm63p6lgg3qq86hmkcyg4i6znijw1k5h0sv1qc9hrlq6gv";
-    aarch64-darwin = "0n742ka8ap35klx5yiba08fyqfq5077l8f8b8r5if91rcdwmkwm1";
-    armv7l-linux = "0a5wd91ksdgabalgmk9pwjjl2haxdidyxz3bnrmrvr1hnlylq1mh";
+    x86_64-linux = "1b2603fcb28479dajwg9q2ck083fym6khjv02ax3l0p6jazjyc70";
+    x86_64-darwin = "0xggqfmsm7zzbn43mjmmk8wg75nr2nvkiaddcgwq3a2xn1x90jb5";
+    aarch64-linux = "1wfrfap840a9azik1dbzp7kib04amc3y2m6s45v3qa3c0kw1162a";
+    aarch64-darwin = "1nfv5ysri6p2sfp47786alv7b8rrn7mxsaisdlz970r8d79mrp5n";
+    armv7l-linux = "185ayjvahyqxqab7dkpygxd68adxai25sw4fcw00x5c4l5lgmvhl";
   }.${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.1.22228";
+    version = "1.70.2.22230";
     pname = "vscodium";
 
     executableName = "codium";