about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authormaxine [they] <35892750+maxeaubrey@users.noreply.github.com>2022-03-31 17:48:38 +0200
committerGitHub <noreply@github.com>2022-03-31 17:48:38 +0200
commitcd6ae307c52fee813378deb0b2e2d6a0ddbff3a8 (patch)
tree2e45fab01e107975e82e5d5c568d21523a24e24f /pkgs/applications/editors
parent3807bedb36d2ba235441bc685bc5108b2e2b51d7 (diff)
parent78a6f5079e971812492c18b13283e421f4aa9e6e (diff)
downloadnixlib-cd6ae307c52fee813378deb0b2e2d6a0ddbff3a8.tar
nixlib-cd6ae307c52fee813378deb0b2e2d6a0ddbff3a8.tar.gz
nixlib-cd6ae307c52fee813378deb0b2e2d6a0ddbff3a8.tar.bz2
nixlib-cd6ae307c52fee813378deb0b2e2d6a0ddbff3a8.tar.lz
nixlib-cd6ae307c52fee813378deb0b2e2d6a0ddbff3a8.tar.xz
nixlib-cd6ae307c52fee813378deb0b2e2d6a0ddbff3a8.tar.zst
nixlib-cd6ae307c52fee813378deb0b2e2d6a0ddbff3a8.zip
Merge pull request #166500 from samuela/upkeep-bot/vscode-1.66.0-1648685386
vscode: 1.65.2 -> 1.66.0
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/vscode/vscode.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/applications/editors/vscode/vscode.nix b/pkgs/applications/editors/vscode/vscode.nix
index 370647de1fcf..a9ab7e8e55de 100644
--- a/pkgs/applications/editors/vscode/vscode.nix
+++ b/pkgs/applications/editors/vscode/vscode.nix
@@ -14,17 +14,17 @@ let
   archive_fmt = if stdenv.isDarwin then "zip" else "tar.gz";
 
   sha256 = {
-    x86_64-linux = "0x8vc6gj83mn767wi285k0hxhlh5gh1lcvq63na89vglja4ipna4";
-    x86_64-darwin = "1x47xfq0fgd10wq6aa8gq55aqrl1ir1f6v1mm6324yny16pf20k2";
-    aarch64-linux = "1ibg2qvpnwfwwzgby2xva9xz138b13x9q8vf1xf6plazv0arla1l";
-    aarch64-darwin = "100834mqix7b46frlqf0jz4qs673lavxm8sizfjm7c9y0xxy4ld3";
-    armv7l-linux = "100yfkzvnjccp1g3p353jr2vicvkjc0skiwmmzgad6i8j1m9js62";
+    x86_64-linux = "077a847p8l2yk3dpn8qqwjdch5nqm8a7fxlnwg5xzx892lr6l4ax";
+    x86_64-darwin = "03gbrnkzks4if3mkpwn4yjajj3z9cax0jskhw8pz5n1mibv4kg4p";
+    aarch64-linux = "0xqpc69m5jmm6dyvhlc20bpbr2czmi0pn00jxpf5md8fqxmbvj90";
+    aarch64-darwin = "1zd2s841xpq5fk6bkrbqbzbcyladpp8sp7wx2spkzj1gmbjfzw4a";
+    armv7l-linux = "1swbg3zklixyk3cf0nh0xcwszm9rrvw1caqzmb80lc3c7qx9qx1s";
   }.${system};
 in
   callPackage ./generic.nix rec {
     # 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 = "vscode";
 
     executableName = "code" + lib.optionalString isInsiders "-insiders";