Skip to content

Commit

Permalink
lazygit: 0.45.2 -> 0.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ddogfoodd committed Feb 15, 2025
1 parent 4babe17 commit 24b9e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/la/lazygit/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
# Regression in go1.23 see https://github.com/jesseduffield/lazygit/issues/4002
buildGo122Module rec {
pname = "lazygit";
version = "0.45.2";
version = "0.46.0";

src = fetchFromGitHub {
owner = "jesseduffield";
repo = pname;
tag = "v${version}";
hash = "sha256-B8z0NqCFdCAYVZnujfDJ9Y4qFXuhy5A/RG51Qb2J4ts=";
hash = "sha256-KUJ6+GPtQ5wNbbmCnOopifdxHTo67Y9kW3zwm6f9bXc=";
};

vendorHash = null;
Expand Down

0 comments on commit 24b9e3d

Please sign in to comment.