summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-07-22 01:17:08 +0200
committerGitHub <noreply@github.com>2021-07-22 01:17:08 +0200
commit74bec67bc8fae9fc43edc4c93a14e3716cc278ab (patch)
treef1c1106717d9d2254fdec968d29fbd27096a91f2 /pkgs/misc
parent7862cc2600305f8a39c61169b3bb715f33c12eed (diff)
parent5d55fc2499f2ebca9063472d4932e4fb7548dbdd (diff)
downloadnixpkgs-74bec67bc8fae9fc43edc4c93a14e3716cc278ab.tar
nixpkgs-74bec67bc8fae9fc43edc4c93a14e3716cc278ab.tar.gz
nixpkgs-74bec67bc8fae9fc43edc4c93a14e3716cc278ab.tar.bz2
nixpkgs-74bec67bc8fae9fc43edc4c93a14e3716cc278ab.tar.lz
nixpkgs-74bec67bc8fae9fc43edc4c93a14e3716cc278ab.tar.xz
nixpkgs-74bec67bc8fae9fc43edc4c93a14e3716cc278ab.tar.zst
nixpkgs-74bec67bc8fae9fc43edc4c93a14e3716cc278ab.zip
Merge pull request #130953 from ratsclubforks/vscode-extensions.eamodio.gitlens
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/vscode-extensions/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/vscode-extensions/default.nix b/pkgs/misc/vscode-extensions/default.nix
index 74716408c3b..133aaa1372c 100644
--- a/pkgs/misc/vscode-extensions/default.nix
+++ b/pkgs/misc/vscode-extensions/default.nix
@@ -403,8 +403,8 @@ let
         mktplcRef = {
           name = "gitlens";
           publisher = "eamodio";
-          version = "11.5.1";
-          sha256 = "sha256-Ic7eT8WX2GDYIj/aTu1d4m+fgPtXe4YQx04G0awbwnM=";
+          version = "11.6.0";
+          sha256 = "sha256-JxCNE/IL/v94xWmhebsRZo1Gw+nSSpDgZ41ZGongGVI=";
         };
         meta = with lib; {
           changelog = "https://marketplace.visualstudio.com/items/eamodio.gitlens/changelog";