vscode-extensions.eamodio.gitlens: 17.6.2 -> 17.7.1 (#461940)

This commit is contained in:
Pol Dellaiera
2025-11-15 21:22:23 +00:00
committed by GitHub

View File

@@ -13,19 +13,19 @@ let
vsix = stdenvNoCC.mkDerivation (finalAttrs: { vsix = stdenvNoCC.mkDerivation (finalAttrs: {
name = "gitlens-${finalAttrs.version}.zip"; name = "gitlens-${finalAttrs.version}.zip";
pname = "gitlens-vsix"; pname = "gitlens-vsix";
version = "17.6.2"; version = "17.7.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "gitkraken"; owner = "gitkraken";
repo = "vscode-gitlens"; repo = "vscode-gitlens";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-RN5PH8OvMUSqvVqt00VhfYQyazBBU5YLxzUEXaVB0+A="; hash = "sha256-9XEv50WIG1BJenY9MswES6d72Ead2VqW5dgBr7Eu8ek=";
}; };
pnpmDeps = pnpm.fetchDeps { pnpmDeps = pnpm.fetchDeps {
inherit (finalAttrs) pname version src; inherit (finalAttrs) pname version src;
fetcherVersion = 2; fetcherVersion = 2;
hash = "sha256-R8E25vkc9kLjAEQ8UqxFhfvVbW5qMCWQUt3iWqJoSPE="; hash = "sha256-QHITHoaz/lzZ3Th/YPlQayFMU9rtlnAZWEYkLyBuAkc=";
}; };
postPatch = '' postPatch = ''