lazygit: 0.15.7 -> 0.16.2

This commit is contained in:
Mario Rodas 2020-03-10 04:20:00 -05:00 committed by Matthieu Coudron
parent e2212aee7e
commit 51dc179535

View File

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
pname = "lazygit"; pname = "lazygit";
version = "0.15.7"; version = "0.16.2";
goPackagePath = "github.com/jesseduffield/lazygit"; goPackagePath = "github.com/jesseduffield/lazygit";
@ -12,7 +12,7 @@ buildGoPackage rec {
owner = "jesseduffield"; owner = "jesseduffield";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "18scwla36bjpylha4fwis0aa333r14bavzd7xhx4677xgaz7l73j"; sha256 = "0lvhj4iz74h97lkylqg7hl18xcxcl9msxxvap7jqdj2mf2iwxi32";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {