about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
author❄️ <5861043+superherointj@users.noreply.github.com>2024-06-29 18:21:10 -0300
committerGitHub <noreply@github.com>2024-06-29 18:21:10 -0300
commit08fc580d6f7c9580866607d34deba22e1ba9af1c (patch)
tree0423fa12a535ca0dc0a5b6cf4865cadaa0a7d3e3 /pkgs/applications/editors
parent0a11b291a526066126e45f40d23759df2b2e8fc5 (diff)
parentc291172e6f38e7ddc70479d6833b767148aabf17 (diff)
Merge pull request #323439 from qubitnano/pr/gitlens
vscode-extensions.eamodio.gitlens: 14.9.0 -> 15.1.0
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/vscode/extensions/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix
index 88db922bd483a..724e9004b29df 100644
--- a/pkgs/applications/editors/vscode/extensions/default.nix
+++ b/pkgs/applications/editors/vscode/extensions/default.nix
@@ -1540,8 +1540,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 = "14.9.0";
-          hash = "sha256-Z6KeIUw1SLZ4tUgs7sU9IJO/6diozPxQuTbXr6DayHA=";
+          version = "15.1.0";
+          hash = "sha256-xGgm/WNJDIh/Bs11fLYwHQ9ULiZBWbKw4QYl/l4KYJ4=";
         };
         meta = {
           changelog = "https://marketplace.visualstudio.com/items/eamodio.gitlens/changelog";