From aa6af5dff355b1a8e0d3ff46eacadd0a88e7f305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Tue, 4 Mar 2025 20:38:56 +0100 Subject: [PATCH] vscode-extensions.eamodio.gitlens: 16.0.5 -> 16.3.2 Changelog: https://github.com/gitkraken/vscode-gitlens/blob/96f7001f818529cb4bdbf5252878685c91b511c5/CHANGELOG.md#1632---2025-02-21 --- pkgs/applications/editors/vscode/extensions/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix index a1c7bd90843a..baf5c18c0e50 100644 --- a/pkgs/applications/editors/vscode/extensions/default.nix +++ b/pkgs/applications/editors/vscode/extensions/default.nix @@ -1593,8 +1593,8 @@ let # 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 = "16.0.5"; - hash = "sha256-9xvArjUXxgofGuEg+XcrI5cX32gd9CvPZxWlj4eKavo="; + version = "16.3.2"; + hash = "sha256-+TYE2kwgSTYtg8V8M7VSxpxsm6agj8sFun79wIMT5gs="; }; meta = { changelog = "https://marketplace.visualstudio.com/items/eamodio.gitlens/changelog";