Unverified Commit bb9fa12c authored by Théo Zimmermann's avatar Théo Zimmermann Committed by GitHub
Browse files

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

* Version changed to stable (13.3.2) version.
parent e1c33cf9
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -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";