3
0
Fork 0
forked from mirrors/nixpkgs

lazygit: 0.5 -> 0.7.2

This commit is contained in:
Vasile Luta 2019-03-25 15:03:30 +02:00
parent 83cb84ebc3
commit 62721325f0

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "lazygit-${version}";
version = "0.5";
version = "0.7.2";
goPackagePath = "github.com/jesseduffield/lazygit";
@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "jesseduffield";
repo = "lazygit";
rev = "v${version}";
sha256 = "0xgda2b5p26ya15kq83502f8vh18kl05hl40k0lsfqx3m7pnidn1";
sha256 = "1b5mzmxw715cx7b0n22hvrpk0dbavzypljc7skwmh8k1nlx935jj";
};
postPatch = ''