lazygit: 0.31.3 -> 0.31.4

This commit is contained in:
R. Ryantm 2021-12-07 09:38:19 +00:00
parent 0dc7780aab
commit f8dff82111

View File

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