vscode-extensions.mhutchie.git-graph: init at 1.30.0

This commit is contained in:
Martino Fontana 2021-10-19 16:27:25 +02:00
parent 848c629e88
commit 06c691cf3f

View file

@ -1082,6 +1082,18 @@ let
};
};
mhutchie.git-graph = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "git-graph";
publisher = "mhutchie";
version = "1.30.0";
sha256 = "sha256-sHeaMMr5hmQ0kAFZxxMiRk6f0mfjkg2XMnA4Gf+DHwA=";
};
meta = {
license = lib.licenses.mit;
};
};
mikestead.dotenv = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "dotenv";