vscode-extensions.donjaymanne.githistory: cleanup

This commit is contained in:
Pol Dellaiera 2024-01-18 23:01:49 +01:00
parent 53e9309c69
commit 3b4bce89d1
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

@ -1101,6 +1101,12 @@ let
};
donjayamanne.githistory = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "githistory";
publisher = "donjayamanne";
version = "0.6.20";
sha256 = "sha256-nEdYS9/cMS4dcbFje23a47QBZr9eDK3dvtkFWqA+OHU=";
};
meta = {
changelog = "https://marketplace.visualstudio.com/items/donjayamanne.githistory/changelog";
description = "View git log, file history, compare branches or commits";
@ -1109,12 +1115,6 @@ let
license = lib.licenses.mit;
maintainers = [ ];
};
mktplcRef = {
name = "githistory";
publisher = "donjayamanne";
version = "0.6.20";
sha256 = "sha256-nEdYS9/cMS4dcbFje23a47QBZr9eDK3dvtkFWqA+OHU=";
};
};
dotenv.dotenv-vscode = buildVscodeMarketplaceExtension {