lazygit: 0.12.3 -> 0.13

This commit is contained in:
Oleksii Filonenko 2020-01-10 12:34:37 +02:00
parent 554e020002
commit 0a7ef3ca27
No known key found for this signature in database
GPG Key ID: F3510FE5691629A1

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; {