lazygit: 0.18 -> 0.20.3
This commit is contained in:
parent
c29124b67c
commit
64661c6ea0
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "lazygit";
|
pname = "lazygit";
|
||||||
version = "0.18";
|
version = "0.20.3";
|
||||||
|
|
||||||
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 = "1zc6y386w111ygyng5s74zg49iajzs77dbrcdy33igj0hbnkwq2x";
|
sha256 = "1p05lfm74g28ci5575vr22q5db50h19fcvc3lzddp0vyiw570isl";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
Loading…
Reference in a new issue