vsce/graphql.vscode-graphql: 0.8.6 -> 0.8.7

This commit is contained in:
Michael Hoang 2023-05-10 16:27:24 +10:00
parent 220889f069
commit 64616b7dd3

View File

@ -1403,11 +1403,15 @@ let
mktplcRef = {
name = "vscode-graphql";
publisher = "GraphQL";
version = "0.8.6";
sha256 = "sha256-iQWDYdz/TG8pxPEq9RirNtY4kwhpK+gO0It6OTdrM+0=";
version = "0.8.7";
sha256 = "sha256-u3VcpgLKiEeUr1I6w71wleKyaO6v0gmHiw5Ama6fv88=";
};
meta = {
description = "GraphQL extension for VSCode built with the aim to tightly integrate the GraphQL Ecosystem with VSCode for an awesome developer experience.";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=GraphQL.vscode-graphql";
homepage = "https://github.com/graphql/graphiql/tree/main/packages/vscode-graphql";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.Enzime ];
};
};