Merge pull request #127477 from ratsclub/vscode-extensions.eamodio.gitlens

vscode-extensions.eamodio.gitlens: 11.1.3 -> 11.5.1
This commit is contained in:
Sandro 2021-06-20 18:24:47 +02:00 committed by GitHub
commit c27beec4b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -352,11 +352,21 @@ let
mktplcRef = {
name = "gitlens";
publisher = "eamodio";
version = "11.1.3";
sha256 = "sha256-hqJg3jP4bbXU4qSJOjeKfjkPx61yPDMsQdSUVZObK/U=";
version = "11.5.1";
sha256 = "sha256-Ic7eT8WX2GDYIj/aTu1d4m+fgPtXe4YQx04G0awbwnM=";
};
meta = {
license = lib.licenses.mit;
meta = with lib; {
changelog = "https://marketplace.visualstudio.com/items/eamodio.gitlens/changelog";
description = "GitLens supercharges the Git capabilities built into Visual Studio Code.";
longDescription = ''
Supercharge the Git capabilities built into Visual Studio Code Visualize code authorship at a glance via Git
blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via
powerful comparison commands, and so much more
'';
downloadPage = "https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens";
homepage = "https://gitlens.amod.io/";
license = licenses.mit;
maintainers = with maintainers; [ ratsclub ];
};
};