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

lazygit: 0.23.2 -> 0.23.6
gstqt5
Mario Rodas 2020-10-18 20:03:23 -05:00 committed by GitHub
commit a150be7500
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "lazygit";
version = "0.23.2";
version = "0.23.6";
src = fetchFromGitHub {
owner = "jesseduffield";
repo = pname;
rev = "v${version}";
sha256 = "sha256-G/oAKIG0TSEjaVi6vN2wg/apOztGLiqqYLfZy6Tmmgc=";
sha256 = "0afs3h8npbzmcrzm6kzfdva5id3zyifhhsh7zgyrxkmw60qhl498";
};
vendorSha256 = null;