lazygit: 0.31.4 -> 0.32.2

This commit is contained in:
R. Ryantm 2022-01-24 16:53:11 +00:00
parent e7dbfd7ece
commit 24822e28f8

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "lazygit";
version = "0.31.4";
version = "0.32.2";
src = fetchFromGitHub {
owner = "jesseduffield";
repo = pname;
rev = "v${version}";
sha256 = "sha256-yze4UaSEbyHwHSyj0mM7uCzaDED+p4O3HVVlHJi/FKU=";
sha256 = "sha256-tawsBfHz6gq8va9YLtCwp9Ec8EWcvhdbYwdVtvvtJeY=";
};
vendorSha256 = null;