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 { buildGoModule rec {
pname = "lazygit"; pname = "lazygit";
version = "0.23.7"; version = "0.24.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jesseduffield"; owner = "jesseduffield";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "05s0rj785dm9dqr30ak5hi26qy0z2w71zljyln5is4frckxkcvng"; sha256 = "0hy13l1v2kcsn99dswlq1hl0ly18cal387zhnzjfqv51qng2q5kq";
}; };
vendorSha256 = null; vendorSha256 = null;