vscode-extensions.ms-vscode-cpptools: 1.21.4 -> 1.22.2 (#341381)

This commit is contained in:
Masum Reza 2024-09-13 00:26:09 +05:30 committed by GitHub
commit c7b929cfd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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