summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaxine [they] <35892750+maxeaubrey@users.noreply.github.com>2022-06-18 11:07:27 +0200
committerGitHub <noreply@github.com>2022-06-18 11:07:27 +0200
commitbe7173e188365d35b45c4d029cd49c8fea834922 (patch)
tree36a9dedf6b2172c97000f51803c312d2ea801bdd
parentMerge pull request #177863 from Ma27/kernel-backports-21.11 (diff)
parentvscode: 1.68.0 -> 1.68.1 (diff)
downloadnixpkgs-be7173e188365d35b45c4d029cd49c8fea834922.tar.gz
Merge pull request #178065 from NixOS/backport-177818-to-release-21.11
[Backport release-21.11] vscode: 1.68.0 -> 1.68.1
-rw-r--r--pkgs/applications/editors/vscode/vscode.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/applications/editors/vscode/vscode.nix b/pkgs/applications/editors/vscode/vscode.nix
index 912af05e6d3e..9f85c9f9a150 100644
--- a/pkgs/applications/editors/vscode/vscode.nix
+++ b/pkgs/applications/editors/vscode/vscode.nix
@@ -14,17 +14,17 @@ let
archive_fmt = if stdenv.isDarwin then "zip" else "tar.gz";
sha256 = {
- x86_64-linux = "1kvb92ygsvzi06nqwd6d9dlqbz44dxcjm0iq1rvvxnr7x33l8218";
- x86_64-darwin = "0jz0nik6wkqhgmfnhiwsq510hxbc9jw0z7s84154p2lhwcmpsbjp";
- aarch64-linux = "16jzpzxxmcq690d3w0ph0cnzhpyvjpk8ih48pyzzf25bgp94yi33";
- aarch64-darwin = "00xw4xml4zijpqj8305gdgn15shllpkv9ld1yh1aqrz11v522w3h";
- armv7l-linux = "0fzzdh9gkw51djrdwhzi3fbjxkm2l78v72gc0233xm8riq0gczsv";
+ x86_64-linux = "0rq0bc99hsji4ni5mqw1rhzn2rng9rldm4xbdxlkrjyprc6qvffz";
+ x86_64-darwin = "1yjcb65w0anxyjc1nd9kbwr4hwnrlk9c6kp1a2ncy1g181klzarl";
+ aarch64-linux = "1fk7887clz9sd7fmz7lkxql7bnsvnbjd9fjixym2746x9if5ds42";
+ aarch64-darwin = "1bfgsjnm5r1wpss69ncx310j23mbwhixdxmg07m3kpcfqrmznvgc";
+ armv7l-linux = "0131i5cx2737wmngybvlw7d9c4gnilmla33nlrhf74ihic98jwlc";
}.${system};
in
callPackage ./generic.nix rec {
# Please backport all compatible updates to the stable release.
# This is important for the extension ecosystem.
- version = "1.68.0";
+ version = "1.68.1";
pname = "vscode";
executableName = "code" + lib.optionalString isInsiders "-insiders";