vscode-extensions.ms-vscode-cpptools: 1.21.4 -> 1.22.2

This commit is contained in:
John Titor 2024-09-12 18:55:28 +05:30
parent 413a052d9d
commit 1ba4420c17
No known key found for this signature in database
GPG key ID: 29B0514F4E3C1CC0

View file

@ -41,11 +41,11 @@ let
isx86Linux = stdenv.hostPlatform.system == "x86_64-linux";
supported = {
x86_64-linux = {
hash = "sha256-jibImnpRtshbHu21JeS4VxL1jETm3Ein8S/M73UXc2w=";
hash = "sha256-ek4WBr9ZJ87TXlKQowA68YNt3WNOXymLcVfz1g+Be2o=";
arch = "linux-x64";
};
aarch64-linux = {
hash = "sha256-7UagRO7qHyT1JIvvTSx9+USYrnDRXJ2wnXPLaBHRc3k=";
hash = "sha256-2+JqosgyoMRFnl8fnCrKljkdF3eU72mXy30ZUnaIerA=";
arch = "linux-arm64";
};
};
@ -58,7 +58,7 @@ vscode-utils.buildVscodeMarketplaceExtension {
mktplcRef = base // {
name = "cpptools";
publisher = "ms-vscode";
version = "1.21.4";
version = "1.22.2";
};
nativeBuildInputs = [