lazygit: 0.28.2 -> 0.29

This commit is contained in:
R. RyanTM 2021-08-22 05:05:44 +00:00
parent 456481aa3d
commit 883d2b64b1

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "lazygit";
version = "0.28.2";
version = "0.29";
src = fetchFromGitHub {
owner = "jesseduffield";
repo = pname;
rev = "v${version}";
sha256 = "sha256-s5Ou0FhL9+2/xm7lKMG/3ya5P8idI0cgtJ28cV37pJQ=";
sha256 = "sha256-rw03K21Ay/+XKs06cUBybXLp8Rxrlz8T8YKrSGroyDU=";
};
vendorSha256 = null;