vscode-extensions.42crunch.vscode-openapi: 4.27.0 -> 4.33.1 and fix license (#396424)

This commit is contained in:
Pol Dellaiera 2025-04-06 14:30:55 +02:00 committed by GitHub
commit 6e0ed24a84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,15 +90,15 @@ let
mktplcRef = {
publisher = "42Crunch";
name = "vscode-openapi";
version = "4.27.0";
hash = "sha256-urXGyHpIDWQ0Bc+8LODC0DcEo6jQ5tA/QptyxCej9yU=";
version = "4.33.1";
hash = "sha256-iq0UpVaZMOzh4NIRPLk49ciFuO4A6PDSEMe1KKhfSxA=";
};
meta = {
changelog = "https://marketplace.visualstudio.com/items/42Crunch.vscode-openapi/changelog";
description = "Visual Studio Code extension with rich support for the OpenAPI Specification (OAS)";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=42Crunch.vscode-openapi";
homepage = "https://github.com/42Crunch/vscode-openapi";
license = lib.licenses.gpl3;
license = lib.licenses.agpl3Only;
maintainers = [ lib.maintainers.benhiemer ];
};
};