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

authored by Pol Dellaiera and committed by GitHub 6e0ed24a 0bd2afcb

+3 -3
+3 -3
pkgs/applications/editors/vscode/extensions/default.nix
··· 90 90 mktplcRef = { 91 91 publisher = "42Crunch"; 92 92 name = "vscode-openapi"; 93 - version = "4.27.0"; 94 - hash = "sha256-urXGyHpIDWQ0Bc+8LODC0DcEo6jQ5tA/QptyxCej9yU="; 93 + version = "4.33.1"; 94 + hash = "sha256-iq0UpVaZMOzh4NIRPLk49ciFuO4A6PDSEMe1KKhfSxA="; 95 95 }; 96 96 meta = { 97 97 changelog = "https://marketplace.visualstudio.com/items/42Crunch.vscode-openapi/changelog"; 98 98 description = "Visual Studio Code extension with rich support for the OpenAPI Specification (OAS)"; 99 99 downloadPage = "https://marketplace.visualstudio.com/items?itemName=42Crunch.vscode-openapi"; 100 100 homepage = "https://github.com/42Crunch/vscode-openapi"; 101 - license = lib.licenses.gpl3; 101 + license = lib.licenses.agpl3Only; 102 102 maintainers = [ lib.maintainers.benhiemer ]; 103 103 }; 104 104 };