Skip to content

Commit 442d407

Browse files
authored
Merge pull request #287336 from samuela/upkeep-bot/vscode-1.86.1-1707438101
vscode: 1.86.0 -> 1.86.1
2 parents 63373eb + 34f5ed2 commit 442d407

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pkgs/applications/editors/vscode/vscode.nix

+8-8
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,21 @@ let
3030
archive_fmt = if stdenv.isDarwin then "zip" else "tar.gz";
3131

3232
sha256 = {
33-
x86_64-linux = "0qykchhd6cplyip4gp5s1fpv664xw2y5z0z7n6zwhwpfrld8piwb";
34-
x86_64-darwin = "0mris80k62yabaz2avh4q2vjpnqcwa77phx3icdif0c19w185pqw";
35-
aarch64-linux = "0rbj0l9wdbkxgzy9j9qvx0237g5nx4np0ank4x6jbxhlbs8xdw39";
36-
aarch64-darwin = "1j1wd1ssyrd6651k7ias22phcb358k6aigdirfzczam303cxr0hw";
37-
armv7l-linux = "1c6bikdhgd6w5njqza5xmhi7iz4kzydcfb2i7jqklb514knqxc8f";
33+
x86_64-linux = "0nffz9xqm1iny7sqi1pkmnfcski15qsycw9gxir18j51kfzz50wf";
34+
x86_64-darwin = "082m2wwd67ayjadlywqimnmdm8imw6lz0rd8rnwjd2sjksxnrsk8";
35+
aarch64-linux = "0wlm8ajm1xw8lpmnbkzkgvaakfa9gacwi7m2fdyc4822rq7fn09b";
36+
aarch64-darwin = "1rgcljj97f551yr0q5f0vxdkvbhxrbyqrw85gb6qfxpg5d0l7y4f";
37+
armv7l-linux = "1wpslrysi8a6rnx99lq16zx277lnmqjp02q6gxmkpcvrvw27m6yj";
3838
}.${system} or throwSystem;
3939
in
4040
callPackage ./generic.nix rec {
4141
# Please backport all compatible updates to the stable release.
4242
# This is important for the extension ecosystem.
43-
version = "1.86.0";
43+
version = "1.86.1";
4444
pname = "vscode" + lib.optionalString isInsiders "-insiders";
4545

4646
# This is used for VS Code - Remote SSH test
47-
rev = "05047486b6df5eb8d44b2ecd70ea3bdf775fd937";
47+
rev = "31c37ee8f63491495ac49e43b8544550fbae4533";
4848

4949
executableName = "code" + lib.optionalString isInsiders "-insiders";
5050
longName = "Visual Studio Code" + lib.optionalString isInsiders " - Insiders";
@@ -68,7 +68,7 @@ in
6868
src = fetchurl {
6969
name = "vscode-server-${rev}.tar.gz";
7070
url = "https://update.code.visualstudio.com/commit:${rev}/server-linux-x64/stable";
71-
sha256 = "0d3g6csi2aplsy5j3v84m65mhlg0krpb2sndk0nh7gafyc5gnn28";
71+
sha256 = "1hq6i51d1dhpippc8gmhygw3kj9cx021y54ga58l5b80wvg2cf1y";
7272
};
7373
};
7474

0 commit comments

Comments
 (0)