Merge pull request #149313 from r-ryantm/auto-update/lazygit

lazygit: 0.31.3 -> 0.31.4
This commit is contained in:
figsoda 2021-12-07 10:56:24 -05:00 committed by GitHub
commit 7383c704e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;