Unverified Commit 6e0ed24a authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

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

parents 0bd2afcb 61eecb22
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];
        };
      };