Skip to content

Commit 94f4741

Browse files
committed
ran updater script to update vscode
1 parent 948ef70 commit 94f4741

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,20 +36,20 @@ let
3636

3737
hash =
3838
{
39-
x86_64-linux = "sha256-N8dBXYpBbaymuGWFb8+77/4yJ6Meo5eqoYpnlsjGlN8=";
40-
x86_64-darwin = "sha256-li+29ukZXvwBihnHti+AntMNwhr3g1tOOdmalZchL40=";
41-
aarch64-linux = "sha256-ASzpE721RBAiVFxnGCRMCWj/RFa+TpxA4gaZJFxk7I0=";
42-
aarch64-darwin = "sha256-afaADPPWJlW3HdWGAMDuibGhBtR7toEm2T58jR/nsic=";
43-
armv7l-linux = "sha256-BgG1RglSISrKm+KRq7AXhp7EUOssts2LSLCVqSD7E/Q=";
39+
x86_64-linux = "sha256-ST5i8gvNtAaBbmcpcg9GJipr8e5d0A0qbdG1P9QViek=";
40+
x86_64-darwin = "sha256-BRGXLasiHZSKsijq02bCa2RbaBc7iC1ZtLe29u4KTH0=";
41+
aarch64-linux = "sha256-7plpHWoi8eYDKQZVV3OCXZJUk8j173M1xpRgTOTsPZ0=";
42+
aarch64-darwin = "sha256-RgfhGjVFmaIAAotTYNPUDrJZ8qj8e4yR9bVfal/Hl6o=";
43+
armv7l-linux = "sha256-Zzz4HsmiWcKiBRE19pGll8BRQy26wbmpuYSi89PDoBo=";
4444
}
4545
.${system} or throwSystem;
4646

4747
# Please backport all compatible updates to the stable release.
4848
# This is important for the extension ecosystem.
49-
version = "1.109.0";
49+
version = "1.109.2";
5050

5151
# This is used for VS Code - Remote SSH test
52-
rev = "bdd88df003631aaa0bcbe057cb0a940b80a476fa";
52+
rev = "591199df409fbf59b4b52d5ad4ee0470152a9b31";
5353
in
5454
buildVscode {
5555
pname = "vscode" + lib.optionalString isInsiders "-insiders";
@@ -82,7 +82,7 @@ buildVscode {
8282
src = fetchurl {
8383
name = "vscode-server-${rev}.tar.gz";
8484
url = "https://update.code.visualstudio.com/commit:${rev}/server-linux-x64/stable";
85-
hash = "sha256-qdXYNkc7u1s/HexmK3Dwc4H/nsfoyhL0/c8TgK94JwU=";
85+
hash = "sha256-CbU8VdJETTzpwCpzVgavoeSQMdz3RdwDYJ7wUqs8LJ8=";
8686
};
8787
stdenv = stdenvNoCC;
8888
};

0 commit comments

Comments
 (0)