3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #77427 from filalex77/lazygit-0.13

lazygit: 0.12.3 -> 0.13
This commit is contained in:
Franz Pletz 2020-01-10 13:32:53 +00:00 committed by GitHub
commit 7fb6e4af36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "lazygit";
version = "0.12.3";
version = "0.13";
goPackagePath = "github.com/jesseduffield/lazygit";
@ -12,7 +12,7 @@ buildGoPackage rec {
owner = "jesseduffield";
repo = pname;
rev = "v${version}";
sha256 = "1r20543dydp5m9ciw01y8wlw8kxwmjn6zabfalnb13y1pa0zm76q";
sha256 = "1illn4aqg4gyjnrh505f1s7blk826nqx6mc9i06i0fc1lw5jsxx1";
};
meta = with stdenv.lib; {