Merge pull request #238020 from samuela/upkeep-bot/vscode-1.79.2-1686875221

vscode: 1.79.1 -> 1.79.2

authored by

Pol Dellaiera and committed by
GitHub
dde4f2bf ba436506

+8 -8
+8 -8
pkgs/applications/editors/vscode/vscode.nix
··· 24 archive_fmt = if stdenv.isDarwin then "zip" else "tar.gz"; 25 26 sha256 = { 27 - x86_64-linux = "10nanw9xbns3wkcy1vr0shqk2719cfql0aj0lxbza74mhm290izg"; 28 - x86_64-darwin = "1rffjb8p4vjwgvzrzpwqs3mb2hsf9hdml0r8zhzrzxlvrzzkkfdi"; 29 - aarch64-linux = "1fgvgma8s1y0fm3ynz9diz2plffmxjpgf0w2flnr5zr14yvzi072"; 30 - aarch64-darwin = "071vr52mcc0wrqa90kimmpmyj91nxwhg3jkfwcdssw2cr7qpjw67"; 31 - armv7l-linux = "0b4d70d9qxlafn2mmf7vnmg09gdmv3cr57f32nvsn361z18y7yi2"; 32 }.${system} or throwSystem; 33 in 34 callPackage ./generic.nix rec { 35 # Please backport all compatible updates to the stable release. 36 # This is important for the extension ecosystem. 37 - version = "1.79.1"; 38 pname = "vscode"; 39 40 # This is used for VS Code - Remote SSH test 41 - rev = "b380da4ef1ee00e224a15c1d4d9793e27c2b6302"; 42 43 executableName = "code" + lib.optionalString isInsiders "-insiders"; 44 longName = "Visual Studio Code" + lib.optionalString isInsiders " - Insiders"; ··· 62 src = fetchurl { 63 name = "vscode-server-${rev}.tar.gz"; 64 url = "https://update.code.visualstudio.com/commit:${rev}/server-linux-x64/stable"; 65 - sha256 = "0732wpl4fjknhn423k23zrcqz9psjj1iy8lqa0fc8970n1m7i58b"; 66 }; 67 }; 68
··· 24 archive_fmt = if stdenv.isDarwin then "zip" else "tar.gz"; 25 26 sha256 = { 27 + x86_64-linux = "0ykchyksfc7aqar2f691jva36v0syn575rj6hydws0y79pplvinh"; 28 + x86_64-darwin = "1zayc6z4zfkjb238dx51b1f2s9clqzhxhvb91j5w0ayqk735bd5d"; 29 + aarch64-linux = "1nbnprf6sjqqrw7qha0r6f78n7jjvhn8kv1wxh5pi535nlmxza14"; 30 + aarch64-darwin = "0lijfhlbj0vsjd6kdfr0fmks2spjazrzwnlxxw0ka80psxghavs6"; 31 + armv7l-linux = "0dhgb1lxq8r4fk6nkb14h986w3dj19llvjvn8jq4mxdbscnik2j5"; 32 }.${system} or throwSystem; 33 in 34 callPackage ./generic.nix rec { 35 # Please backport all compatible updates to the stable release. 36 # This is important for the extension ecosystem. 37 + version = "1.79.2"; 38 pname = "vscode"; 39 40 # This is used for VS Code - Remote SSH test 41 + rev = "695af097c7bd098fbf017ce3ac85e09bbc5dda06"; 42 43 executableName = "code" + lib.optionalString isInsiders "-insiders"; 44 longName = "Visual Studio Code" + lib.optionalString isInsiders " - Insiders"; ··· 62 src = fetchurl { 63 name = "vscode-server-${rev}.tar.gz"; 64 url = "https://update.code.visualstudio.com/commit:${rev}/server-linux-x64/stable"; 65 + sha256 = "0xbc20vh6rj2g6wvw73k8wqm1lxwirph3swwilq5f9hmkzha1z7i"; 66 }; 67 }; 68