Skip to content

Commit 75b0624

Browse files
r-ryantmJohnRTitor
authored andcommitted
vscode: 1.99.0 -> 1.99.1
1 parent 67d2b82 commit 75b0624

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 = "1fds83amgkzp9nz7cvs432ilr602lr45h916vkq8qhpbb84ildd2";
40-
x86_64-darwin = "1pmda39jz05d0g3k6rgavhwmgxkldmarbj59fd9i0b5dcspzybxf";
41-
aarch64-linux = "148cpbhz14aldqklnma9mpakylkx2qk86k5ppij0zlqb5m6mgnaz";
42-
aarch64-darwin = "10v37bcl8wg4j5snd7n3l7zwqf51vkx4cs2abf33ysazmafvnfpd";
43-
armv7l-linux = "10vfnk87g4agwp0phh7l9k7hg727n1l4fcvqn1bxbrix9hbq7bbc";
39+
x86_64-linux = "05abq952zv63zz99dib7l1y7w15l4d8zjk924ag25jasbqdl48fm";
40+
x86_64-darwin = "0ak1avw3s327npqx3fb0gxpdwa6hwf48fv1xf3kdrcjrizwwdy1y";
41+
aarch64-linux = "02v57sfg13xdy7rzn7dvymimp6q3wlf4fl08nv75vv8r9kdpwza0";
42+
aarch64-darwin = "0km0spd1ppmlkwnf1yc1hm8b1hwddhy25ydfb8lbfcx3y2n0dgag";
43+
armv7l-linux = "0h96b3cpnzz7wcnnarl6dd0cw50m54k74lbxbdasl3kq84zq8y0h";
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.99.0";
50+
version = "1.99.1";
5151
pname = "vscode" + lib.optionalString isInsiders "-insiders";
5252

5353
# This is used for VS Code - Remote SSH test
54-
rev = "4437686ffebaf200fa4a6e6e67f735f3edf24ada";
54+
rev = "7c6fdfb0b8f2f675eb0b47f3d95eeca78962565b";
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 = "11705fdsb7hc25awkiknjc7pb93x2w74yxkf3351c6n2sf3i2755";
78+
sha256 = "03znn17l4qb40yml5kq5l7j65yr5axxa44g6a03g6dkj8fqnaz8s";
7979
};
8080
stdenv = stdenvNoCC;
8181
};

0 commit comments

Comments
 (0)