vscode-extentions.kahole.magit: init 0.6.13

This commit is contained in:
happysalada 2021-06-02 07:29:34 +09:00 committed by Raphael Megzari
parent aa47d87c82
commit a38d9eee54

View file

@ -660,6 +660,18 @@ let
};
};
kahole.magit = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "magit";
publisher = "kahole";
version = "0.6.13";
sha256 = "sha256-/SeGQV0UEqBk69cAmUXFc/OfPxNssvzZqa7NmAMQD1k=";
};
meta = {
license = lib.licenses.mit;
};
};
mikestead.dotenv = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "dotenv";