Unverified Commit f364bf6c authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

vscode: 1.104.3 -> 1.105.0 (#450756)

parents c5199632 2d78f5d8
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -27704,6 +27704,12 @@
    githubId = 43357387;
    keys = [ { fingerprint = "F844 80B2 0CA9 D6CC C7F5  2479 A776 D2AD 099E 8BC0"; } ];
  };
  wetrustinprize = {
    email = "git@wetrustinprize.com";
    github = "wetrustinprize";
    githubId = 38386927;
    name = "Peterson 'Prize' Adami Candido";
  };
  wexder = {
    email = "wexder19@gmail.com";
    github = "wexder";
+8 −7
Original line number Diff line number Diff line
@@ -36,20 +36,20 @@ let

  hash =
    {
      x86_64-linux = "sha256-S9H1IZGV3BZe2kjSdkt8S+ShE1EQA0yiKEl65tNNtJw=";
      x86_64-darwin = "sha256-Wi21LByNSjaTKdpJJM9d/5yspaoplJ1pDxGBMxAxLT0=";
      aarch64-linux = "sha256-m1AkCRiVJbUPArvK/QyG+Y/7qCLHY20vv40suFXK1fk=";
      aarch64-darwin = "sha256-iwUegTexE0Iroh+VN9/cQ/s1f2SjLSePjIJanjMDzHU=";
      armv7l-linux = "sha256-06LY6PrWg1VBjUjoLNIrbuKu9YzJS4MM38wlx8JQdvw=";
      x86_64-linux = "sha256-i1MFtqfWiAsvxgyc/MZlOdo/Py6PQlJmjHGeYnhygso=";
      x86_64-darwin = "sha256-HElY2mOgYxfE5LULFMpipmd/igDAapd6G2VlZeCGWTI=";
      aarch64-linux = "sha256-NiVXjiii9Df3mRkDVULsiLgRhfJKX+H2/VYuxUImFzI=";
      aarch64-darwin = "sha256-IDqupYgoslZb7Po8nimOTwojTJ0TO5efgfTqtTQ+dUI=";
      armv7l-linux = "sha256-cN4EXCM5v5ULZUb+glqbI9g+oOsjELB+OWEGDVxN/Y4=";
    }
    .${system} or throwSystem;

  # Please backport all compatible updates to the stable release.
  # This is important for the extension ecosystem.
  version = "1.104.3";
  version = "1.105.0";

  # This is used for VS Code - Remote SSH test
  rev = "385651c938df8a906869babee516bffd0ddb9829";
  rev = "03c265b1adee71ac88f833e065f7bb956b60550a";
in
callPackage ./generic.nix {
  pname = "vscode" + lib.optionalString isInsiders "-insiders";
@@ -116,6 +116,7 @@ callPackage ./generic.nix {
      bobby285271
      johnrtitor
      jefflabonte
      wetrustinprize
    ];
    platforms = [
      "x86_64-linux"