Merge pull request #100342 from SeTSeR/lazygit-0.23.2

lazygit: 0.22.8 -> 0.23.2
This commit is contained in:
Doron Behar 2020-10-12 19:38:28 +03:00 committed by GitHub
commit 41f00c35d0
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.22.8";
version = "0.23.2";
src = fetchFromGitHub {
owner = "jesseduffield";
repo = pname;
rev = "v${version}";
sha256 = "1jq093nsfh7xqvsjvaad9wvqd3rjrpyp5fl8qxwbhaj3sxx19v7g";
sha256 = "sha256-G/oAKIG0TSEjaVi6vN2wg/apOztGLiqqYLfZy6Tmmgc=";
};
vendorSha256 = null;