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
1 changed files with 2 additions and 2 deletions

View File

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