Merge pull request #155515 from rhoriguchi/vscode-extensions

vscode-extensions: update installed extensions
This commit is contained in:
Pascal Bach 2022-01-19 21:53:02 +01:00 committed by GitHub
commit 593ad061d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -947,8 +947,8 @@ let
mktplcRef = { mktplcRef = {
name = "todo-tree"; name = "todo-tree";
publisher = "Gruntfuggly"; publisher = "Gruntfuggly";
version = "0.0.214"; version = "0.0.215";
sha256 = "0rwxjnrl44rnhx3183037k6435xs4772p58a37azl5cahsyav1hk"; sha256 = "sha256-WK9J6TvmMCLoqeKWh5FVp1mNAXPWVmRvi/iFuLWMylM=";
}; };
meta = with lib; { meta = with lib; {
license = licenses.mit; license = licenses.mit;
@ -1274,8 +1274,8 @@ let
mktplcRef = { mktplcRef = {
name = "vscode-docker"; name = "vscode-docker";
publisher = "ms-azuretools"; publisher = "ms-azuretools";
version = "1.18.0"; version = "1.19.0";
sha256 = "0hhlhx3xy7x31xx2v3srvk67immajs6dm9h0wi49ii1rwx61zxah"; sha256 = "sha256-buIAbsyKUvX3blO1AbCq/tJ1KAcqaFpciqQovmOZ5GE=";
}; };
meta = { meta = {
license = lib.licenses.mit; license = lib.licenses.mit;
@ -1377,8 +1377,8 @@ let
mktplcRef = { mktplcRef = {
name = "java"; name = "java";
publisher = "redhat"; publisher = "redhat";
version = "0.76.0"; version = "1.2.0";
sha256 = "0xb9brki4s00piv4kqgz6idm16nk6x1j6502jljz7y9pif38z32y"; sha256 = "sha256-YmR3FWhPZSU2gE6NIVoA1HZBzaYaTNYFXC/uNwbDEdQ=";
}; };
buildInputs = [ jdk ]; buildInputs = [ jdk ];
meta = { meta = {
@ -1391,8 +1391,8 @@ let
mktplcRef = { mktplcRef = {
name = "vscode-yaml"; name = "vscode-yaml";
publisher = "redhat"; publisher = "redhat";
version = "1.2.2"; version = "1.3.0";
sha256 = "06n4fxqr3lqmiyns9jdk3rdnanamcpzhrivllai8z9d997xmwcx6"; sha256 = "sha256-Tz6bLcBUATn8cYIzGoLJwgaJZGbBVr1CISmJHz+iM60=";
}; };
meta = { meta = {
license = lib.licenses.mit; license = lib.licenses.mit;