Skip to content

Commit

Permalink
overlays/vscode: 1.96.2 → 1.97.2
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Feb 16, 2025
1 parent d2f7a25 commit 7e33603
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions overlays/vscode.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ let

sha256 =
{
x86_64-linux = "12606f4b6drp9gnb2y6q8b9zd1q7pjqg4ikjsfz47wgsi4009096";
x86_64-darwin = "18hj3n81ja0kj4l4l1v2s3ahgagl9p7bv0zzmj710vqpr3k3h2p8";
aarch64-linux = "03k92827lvb7rnavpii1kx0z3rpxsmbv21rdi06w5agpk4l3xs9k";
aarch64-darwin = "08x5gv338yf1by04djvykjwnlifffb1bfbqr6vnxshcy9r30n925";
armv7l-linux = "05cchap0r3vxfa32i3di838kj6wyrsm2qcga0gcl2aa27c86cn3c";
x86_64-linux = "11a0y0zdz3mmc2xvpnlq06a7q06y6529xpp4hlhpjylj0bk06xn1";
x86_64-darwin = "12fxhwqcz36f5pv4kvs7bblmymxyixg7pvi0gb5k0j73pkvqrr6g";
aarch64-linux = "0g5qz7gq7k65p2f8iwz1jiy03nwsmy3v3gb18qwg9mbhm0dk59la";
aarch64-darwin = "1g4fz8nw5m7krjlsjs43937kz1sr7lkflbphpyh8cmalwpxa8ysn";
armv7l-linux = "09r12y9xbpqnnw9mab3k4kx0ngpfng1l6rk09n9l2q36ji20ijmy";
}
.${system} or throwSystem;
in
{
vscode = prev.vscode.overrideAttrs (old: rec {
version = "1.96.2";
rev = "fabdb6a30b49f79a7aba0f2ad9df9b399473380f";
version = "1.97.2";
rev = "e54c774e0add60467559eb0d1e229c6452cf8447";
src = prev.fetchurl {
name = "VSCode_${version}_${plat}.${archive_fmt}";
url = "https://update.code.visualstudio.com/${version}/${plat}/stable";
Expand Down

0 comments on commit 7e33603

Please sign in to comment.