diff options
| author | upkeep-bot <foo@bar.com> | 2021-07-10 21:52:13 +0000 |
|---|---|---|
| committer | Maxine Aubrey <maxeaubrey@gmail.com> | 2021-09-27 02:35:00 +0200 |
| commit | 25e8436734e92106065f745ef352b082286377cd (patch) | |
| tree | 789706409c8315404426d6db28ccc6189af6fd6c | |
| parent | Merge pull request #139490 from NixOS/backport-137563-to-release-21.05 (diff) | |
| download | nixpkgs-25e8436734e92106065f745ef352b082286377cd.tar.gz | |
vscode: 1.57.1 -> 1.58.0
(cherry picked from commit d47d49711d8c87abb8d1cd08113c76a7a4d714ea)
| -rw-r--r-- | pkgs/applications/editors/vscode/vscode.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/applications/editors/vscode/vscode.nix b/pkgs/applications/editors/vscode/vscode.nix index dc980a00587d..a1d169f0df53 100644 --- a/pkgs/applications/editors/vscode/vscode.nix +++ b/pkgs/applications/editors/vscode/vscode.nix @@ -13,10 +13,10 @@ let archive_fmt = if system == "x86_64-darwin" then "zip" else "tar.gz"; sha256 = { - x86_64-linux = "0cklp0mp7qylzrqnfbvzs308q0bzpswlqw5n98qhl1jb5783svx1"; - x86_64-darwin = "04yyv0wpkzdjfiy9kj2jslhv7nc5i6nw2207vfnbzysgs55l3x63"; - aarch64-linux = "1ygk51902g0q7x3r6kd3s7gi2gx86x10svpvbipl494qcyfngqzs"; - armv7l-linux = "0z5rg1nl8lz7zsvml6dfz093dbyrkr4zvvfssqiyarw4n24d2mim"; + x86_64-linux = "06as63444m2036vk4180dfpavmp9l07qc1jfc4gg86j0apdxr6sh"; + x86_64-darwin = "0dxchqwk3flv2cr542y1l7c06lak9zzj09f2kljsan6gs6zbls2b"; + aarch64-linux = "0pdbganyc59mll3232b26cc6fi8a8kpvjm5qky4qr4pk4jsj2r6q"; + armv7l-linux = "1g63xh3k1nm8kls674qavmyl7csb3m4d7ywc0512far76lw39rvr"; }.${system}; in callPackage ./generic.nix rec { @@ -25,7 +25,7 @@ in # Please backport all compatible updates to the stable release. # This is important for the extension ecosystem. - version = "1.57.1"; + version = "1.58.0"; pname = "vscode"; executableName = "code" + lib.optionalString isInsiders "-insiders"; |
