Skip to content

Commit

Permalink
Update VSCode to 1.87.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lichthagel committed Feb 28, 2024
1 parent a589424 commit eb863e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home/vscode.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
];
}))
.overrideAttrs rec {
version = "1.86.2";
version = "1.87.0";

src = pkgs.fetchurl {
name = "VSCode_${version}_linux-x64.tar.gz";
url = "https://update.code.visualstudio.com/${version}/linux-x64/stable";
sha256 = "sha256-zz1Kx+u9QWEoTH+j/5EyyUtpBSrYojdhJD2eSwjG350=";
sha256 = "sha256-nCq6VpJTKUZWdEXTRYxwJ6cT3iY7Gytd/4yMFoBvPwI=";
};
})
.fhs
Expand Down

0 comments on commit eb863e4

Please sign in to comment.