vscode-extensions.eamodio.gitlens: 17.11.0 -> 17.11.1

This commit is contained in:
R. Ryantm
2026-03-19 00:23:48 +00:00
parent 82690ff5ed
commit 0a818f67e8
@@ -15,13 +15,13 @@ let
vsix = stdenv.mkDerivation (finalAttrs: {
name = "gitlens-${finalAttrs.version}.vsix";
pname = "gitlens-vsix";
version = "17.11.0";
version = "17.11.1";
src = fetchFromGitHub {
owner = "gitkraken";
repo = "vscode-gitlens";
tag = "v${finalAttrs.version}";
hash = "sha256-MMUfl8Vc6mAjs0ZPWV0lHQdqRkKKY0FEx7mbz/yrk9k=";
hash = "sha256-BN6qgPYhZ+FuYnwmV0S3y2vOR4ZLC+VGWuEEPqfOqi4=";
};
pnpmDeps = fetchPnpmDeps {