Skip to content

Commit 79b15f8

Browse files
samuelaJohnRTitor
authored andcommitted
vscode: 1.97.2 -> 1.98.0
1 parent 93c9cd6 commit 79b15f8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pkgs/applications/editors/vscode/vscode.nix

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,22 @@ let
3636

3737
sha256 =
3838
{
39-
x86_64-linux = "11a0y0zdz3mmc2xvpnlq06a7q06y6529xpp4hlhpjylj0bk06xn1";
40-
x86_64-darwin = "12fxhwqcz36f5pv4kvs7bblmymxyixg7pvi0gb5k0j73pkvqrr6g";
41-
aarch64-linux = "0g5qz7gq7k65p2f8iwz1jiy03nwsmy3v3gb18qwg9mbhm0dk59la";
42-
aarch64-darwin = "1g4fz8nw5m7krjlsjs43937kz1sr7lkflbphpyh8cmalwpxa8ysn";
43-
armv7l-linux = "09r12y9xbpqnnw9mab3k4kx0ngpfng1l6rk09n9l2q36ji20ijmy";
39+
x86_64-linux = "1yywjdpdv2y71mdja7pzfj15vdrv1wj6r8k7a8n8sldk1blv0d1s";
40+
x86_64-darwin = "1nai04fvl1v18v6vbgrf7rbzx72q2pn2n5hxccm5jf99ismynp0a";
41+
aarch64-linux = "0hsm6iczad5pa8dvxgwn34n1bpcfbl1732a199zscng94zybm02w";
42+
aarch64-darwin = "0bg7jmjb0y754h6xampwfisklk9gql0ppik93prsd5kvgq537567";
43+
armv7l-linux = "0pmv3n99353vwwi9d0y7qgcwip4srw7mc1c3fl8zn1p2i7w4pw78";
4444
}
4545
.${system} or throwSystem;
4646
in
4747
callPackage ./generic.nix rec {
4848
# Please backport all compatible updates to the stable release.
4949
# This is important for the extension ecosystem.
50-
version = "1.97.2";
50+
version = "1.98.0";
5151
pname = "vscode" + lib.optionalString isInsiders "-insiders";
5252

5353
# This is used for VS Code - Remote SSH test
54-
rev = "e54c774e0add60467559eb0d1e229c6452cf8447";
54+
rev = "6609ac3d66f4eade5cf376d1cb76f13985724bcb";
5555

5656
executableName = "code" + lib.optionalString isInsiders "-insiders";
5757
longName = "Visual Studio Code" + lib.optionalString isInsiders " - Insiders";
@@ -75,7 +75,7 @@ callPackage ./generic.nix rec {
7575
src = fetchurl {
7676
name = "vscode-server-${rev}.tar.gz";
7777
url = "https://update.code.visualstudio.com/commit:${rev}/server-linux-x64/stable";
78-
sha256 = "15fd401sqmlkpw48pysqpyi5rlsqx4cm55bbwakhkal4qa1qnq4m";
78+
sha256 = "0v4qbmv7m4880vpawdnrl123fgg82gvnyvvq0imwi6mhb5z73ibs";
7979
};
8080
stdenv = stdenvNoCC;
8181
};

0 commit comments

Comments
 (0)