lazygit: 0.16.2 -> 0.18

This commit is contained in:
Oleksii Filonenko 2020-03-27 16:43:23 +02:00 committed by Jon
parent c4f97342ba
commit 8ebb32b38b

View File

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
pname = "lazygit"; pname = "lazygit";
version = "0.16.2"; version = "0.18";
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 = "0lvhj4iz74h97lkylqg7hl18xcxcl9msxxvap7jqdj2mf2iwxi32"; sha256 = "1zc6y386w111ygyng5s74zg49iajzs77dbrcdy33igj0hbnkwq2x";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {