From c70d6086d0cc3f037ecf34fef013a6f96eda6c5e Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 30 May 2025 15:47:41 +0000 Subject: [PATCH] vscode-extensions.eamodio.gitlens: 17.1.0 -> 17.1.1 --- 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 9d8ad86b2c16..60e467752968 100644 --- a/pkgs/applications/editors/vscode/extensions/default.nix +++ b/pkgs/applications/editors/vscode/extensions/default.nix @@ -1587,8 +1587,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 = "17.1.0"; - hash = "sha256-WPSMf1yLXSDqImpMTxn1eXcSrimVSVjjaXDzFMQ/l0E="; + version = "17.1.1"; + hash = "sha256-hlhq4bR3v0AqI3lxilgNEgjjEEBVL0xfvIWbV/Ronh4="; }; meta = { changelog = "https://marketplace.visualstudio.com/items/eamodio.gitlens/changelog";