Merge pull request #77322 from filalex77/lazygit-0.12.3

lazygit: 0.11.3 -> 0.12.3
This commit is contained in:
Franz Pletz 2020-01-08 19:03:22 +00:00 committed by GitHub
commit 6c4b128985
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "lazygit";
version = "0.11.3";
version = "0.12.3";
goPackagePath = "github.com/jesseduffield/lazygit";
@ -12,13 +12,13 @@ buildGoPackage rec {
owner = "jesseduffield";
repo = pname;
rev = "v${version}";
sha256 = "0v765f93hkq94bmzfwkkb9ndbfka415sxyi01679fg860746rl6l";
sha256 = "1r20543dydp5m9ciw01y8wlw8kxwmjn6zabfalnb13y1pa0zm76q";
};
meta = with stdenv.lib; {
description = "Simple terminal UI for git commands";
homepage = "https://github.com/jesseduffield/lazygit";
license = licenses.mit;
maintainers = with maintainers; [ fpletz equirosa ];
maintainers = with maintainers; [ fpletz equirosa filalex77 ];
};
}