about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorManuel Bärenz <programming@manuelbaerenz.de>2022-04-01 15:20:25 +0200
committerGitHub <noreply@github.com>2022-04-01 15:20:25 +0200
commitd625c265e32eea6a9600d28122383ef7cd0cb0a1 (patch)
tree7654a0e72001eb3c2972b1d57f37175430e3abc5 /pkgs/applications
parent1b4d728eaf4dee1ac3bf60a4326d93026e2882c2 (diff)
parentcc6775822f797c751ba846406aba94939f19433f (diff)
downloadnixlib-d625c265e32eea6a9600d28122383ef7cd0cb0a1.tar
nixlib-d625c265e32eea6a9600d28122383ef7cd0cb0a1.tar.gz
nixlib-d625c265e32eea6a9600d28122383ef7cd0cb0a1.tar.bz2
nixlib-d625c265e32eea6a9600d28122383ef7cd0cb0a1.tar.lz
nixlib-d625c265e32eea6a9600d28122383ef7cd0cb0a1.tar.xz
nixlib-d625c265e32eea6a9600d28122383ef7cd0cb0a1.tar.zst
nixlib-d625c265e32eea6a9600d28122383ef7cd0cb0a1.zip
Merge pull request #166565 from samuela/upkeep-bot/vscodium-1.66.0-1648728823
vscodium: 1.65.2 -> 1.66.0
Diffstat (limited to 'pkgs/applications')
-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 a91227d9db40..0101b896e8cf 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 = "1sh2f7hwhilwmlgy11kl0s2n3phpcir15wyl2fkyhsr2kdj4jz9r";
-    x86_64-darwin = "1s04d91f08982wi8hb4dw0j57d6zqrdgns16ihrgsvahrzksgq4b";
-    aarch64-linux = "1a97lk1qz2lz0lk5lpja32zy07iwdbskp6baf429iz7fz232rshm";
-    armv7l-linux = "0vjqxqcr7fq3ncx1nl6ny7qcqm4vlsn33c074hhcg5292blg2a0p";
+    x86_64-linux = "0dv28i8mxf45n7xj4gzgh4gsx76875nxs4yfqswxij8kzz72vqfn";
+    x86_64-darwin = "0xs4f1ffqcbvzw1v64f9l8i7rflz7h1j5xgjxdz6l0hw0j4aalb2";
+    aarch64-linux = "1fa7g531apigp8k7fxkp2ijmhz5axx7ixzdhlwgbsb80rb2mqhi0";
+    armv7l-linux = "1ry9qm6rk46s0jn7hl30jbjdhi3fshzcs0x9krd9qin7by18hhz3";
   }.${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.65.2";
+    version = "1.66.0";
     pname = "vscodium";
 
     executableName = "codium";