lazygit: 0.29 -> 0.30.1

This commit is contained in:
R. Ryantm 2021-11-03 08:31:28 +00:00
parent cbb7455d73
commit e1c9c39409

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "lazygit";
version = "0.29";
version = "0.30.1";
src = fetchFromGitHub {
owner = "jesseduffield";
repo = pname;
rev = "v${version}";
sha256 = "sha256-rw03K21Ay/+XKs06cUBybXLp8Rxrlz8T8YKrSGroyDU=";
sha256 = "sha256-8oyUI8jqJOJT1bZE25HlFA39gs3dcZbTL/vrL40K1IM=";
};
vendorSha256 = null;