lazygit: 0.23.7 -> 0.24.2

This commit is contained in:
Fabian Affolter 2020-12-27 13:15:40 +01:00 committed by Matthieu Coudron
parent 2f47650c2f
commit 0ff8bafae6

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "lazygit";
version = "0.23.7";
version = "0.24.2";
src = fetchFromGitHub {
owner = "jesseduffield";
repo = pname;
rev = "v${version}";
sha256 = "05s0rj785dm9dqr30ak5hi26qy0z2w71zljyln5is4frckxkcvng";
sha256 = "0hy13l1v2kcsn99dswlq1hl0ly18cal387zhnzjfqv51qng2q5kq";
};
vendorSha256 = null;