Merge pull request #77322 from filalex77/lazygit-0.12.3
lazygit: 0.11.3 -> 0.12.3
This commit is contained in:
commit
6c4b128985
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user