Merge pull request #298343 from starsep/lazygit

lazygit: 0.40.2 -> 0.41.0
This commit is contained in:
Weijia Wang 2024-03-23 22:05:26 +01:00 committed by GitHub
commit 4fcb25d53a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 3 deletions

View File

@ -18544,6 +18544,12 @@
githubId = 6362238;
name = "Christoph Honal";
};
starsep = {
email = "nix@starsep.com";
github = "starsep";
githubId = 2798728;
name = "Filip Czaplicki";
};
star-szr = {
email = "nixpkgs@szr.fastmail.com";
github = "star-szr";

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "lazygit";
version = "0.40.2";
version = "0.41.0";
src = fetchFromGitHub {
owner = "jesseduffield";
repo = pname;
rev = "v${version}";
hash = "sha256-xj5WKAduaJWA3NhWuMsF5EXF91+NTGAXkbdhpeFqLxE=";
hash = "sha256-Ok6QnXw3oDeSzBekft8cDXM/YsADgF1NZznfNoGNvck=";
};
vendorHash = null;
@ -25,7 +25,7 @@ buildGoModule rec {
homepage = "https://github.com/jesseduffield/lazygit";
changelog = "https://github.com/jesseduffield/lazygit/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ Br1ght0ne equirosa paveloom ];
maintainers = with maintainers; [ Br1ght0ne equirosa paveloom starsep ];
mainProgram = "lazygit";
};
}