vscode-extensions.devsense.composer-php-vscode: 1.33.12924 -> 1.33.13032

This commit is contained in:
Pol Dellaiera 2023-04-19 12:15:10 +02:00
parent 3ad4a15a7c
commit b9bd4cc1bd
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

@ -804,8 +804,8 @@ let
mktplcRef = {
name = "composer-php-vscode";
publisher = "devsense";
version = "1.33.12924";
sha256 = "sha256-9Uz8B4qQ57gfETitzRAVEq/Ou/s3jOF/p2EyEDo1jP8=";
version = "1.33.13032";
sha256 = "sha256-4SL7hPcnxN6Bq0Cclaszk2zlYF1xR2w/8zaJo16OT+U=";
};
meta = {
changelog = "https://marketplace.visualstudio.com/items/DEVSENSE.composer-php-vscode/changelog";
@ -831,6 +831,7 @@ let
homepage = "https://github.com/DEVSENSE/phptools-docs";
license = lib.licenses.asl20;
maintainers = [ lib.maintainers.drupol ];
platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" "aarch64-linux" ];
};
};