vscode-extensions.eamodio.gitlens: 2023.3.1505 -> 13.3.2

* Version changed to stable (13.3.2) version.
This commit is contained in:
Théo Zimmermann 2023-03-16 17:20:20 +01:00 committed by GitHub
parent e1c33cf961
commit bb9fa12c1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -927,8 +927,12 @@ let
mktplcRef = {
name = "gitlens";
publisher = "eamodio";
version = "2023.3.1505";
sha256 = "sha256-USAbI2x6UftNfIEJy2Pbqa/BTYJnUBCNjsdm0Pfrz0o=";
# Stable versions are listed on the GitHub releases page and use a
# semver scheme, contrary to preview versions which are listed on
# the VSCode Marketplace and use a calver scheme. We should avoid
# using preview versions, because they expire after two weeks.
version = "13.3.2";
sha256 = "sha256-4o4dmjio/I531szcoeGPVtfrNAyRAPJRrmsNny/PY2w=";
};
meta = with lib; {
changelog = "https://marketplace.visualstudio.com/items/eamodio.gitlens/changelog";