Unverified Commit e1ac9488 authored by Matteo Pacini's avatar Matteo Pacini Committed by GitHub
Browse files

vscode-extensions.eamodio.gitlens: 17.10.2 -> 17.11.0 (#498731)

parents 7386b60c c422e82d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,19 +15,19 @@ let
  vsix = stdenv.mkDerivation (finalAttrs: {
    name = "gitlens-${finalAttrs.version}.vsix";
    pname = "gitlens-vsix";
    version = "17.10.2";
    version = "17.11.0";

    src = fetchFromGitHub {
      owner = "gitkraken";
      repo = "vscode-gitlens";
      tag = "v${finalAttrs.version}";
      hash = "sha256-ISSvb8teH4CMN0rPc/Nqs67UJUCci4rcLAo+XkpAECE=";
      hash = "sha256-MMUfl8Vc6mAjs0ZPWV0lHQdqRkKKY0FEx7mbz/yrk9k=";
    };

    pnpmDeps = fetchPnpmDeps {
      inherit (finalAttrs) pname version src;
      fetcherVersion = 2;
      hash = "sha256-lLq/HMCYDYN0DffW64O+gUaxiO4yK7GPncRkv8rLfTw=";
      hash = "sha256-mr5GwwfuNoLhKM5bAhNAO3j0ow4FcyZhvQlVnAENoyg=";
    };

    postPatch = ''