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 8c210f5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pkgs/by-name/la/lazygit/package.nix
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
{
lib,
buildGo122Module,
buildGoModule,
fetchFromGitHub,
lazygit,
testers,
}:
# Regression in go1.23 see https://github.com/jesseduffield/lazygit/issues/4002
buildGo122Module rec {
buildGoModule 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 8c210f5

Please sign in to comment.