From a8d33ac8cb47708fab8060bb29280b82dc82900d Mon Sep 17 00:00:00 2001 From: qubitnano <146656568+qubitnano@users.noreply.github.com> Date: Fri, 13 Dec 2024 17:01:30 -0500 Subject: [PATCH] vscode-extensions.eamodio.gitlens: 15.6.0 -> 16.0.5 (cherry picked from commit 1a25e8981170d437a2b46841197af5260c945ea9) --- 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 dbb91ab742602a..fad5d572e491e4 100644 --- a/pkgs/applications/editors/vscode/extensions/default.nix +++ b/pkgs/applications/editors/vscode/extensions/default.nix @@ -1559,8 +1559,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 = "15.6.0"; - hash = "sha256-s6ur76DyNhwuZOYma2zPfYEs3lMliRuhdmZhITCSCPE="; + version = "16.0.5"; + hash = "sha256-9xvArjUXxgofGuEg+XcrI5cX32gd9CvPZxWlj4eKavo="; }; meta = { changelog = "https://marketplace.visualstudio.com/items/eamodio.gitlens/changelog";