Merge pull request #247746 from khaneliman/lazygit

This commit is contained in:
Franz Pletz 2023-08-08 04:36:52 +02:00 committed by GitHub
commit 7a615709cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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