lazygit: 0.20.6 -> 0.20.9

This commit is contained in:
R. RyanTM 2020-08-02 04:49:42 +00:00
parent 3541e8b4fb
commit ceff0a9dcd
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
pname = "lazygit"; pname = "lazygit";
version = "0.20.6"; version = "0.20.9";
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 = "0zim9ipwh2vkw2g41rw3p35i8fz208hyr71npfn4as8f1nl4gi4i"; sha256 = "1jmg2z8yza8cy6xcyam4pvk0sp6zvw6b8vbn3b3h0pklfa7wz9pg";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {