lazygit: 0.22.8 -> 0.23.2

This commit is contained in:
Sergey Makarov 2020-10-12 18:43:40 +03:00
parent 3894b8929e
commit 6959f2c830
No known key found for this signature in database
GPG Key ID: 6AA23A1193B7064B

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;