Skip to content

Commit

Permalink
Merge pull request #80002 from mmahut/lazygit
Browse files Browse the repository at this point in the history
lazygit: 0.14.2 -> 0.14.3
  • Loading branch information
mmahut committed Feb 13, 2020
2 parents ef7ba86 + 8b4999e commit cae54d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/lazygit/default.nix
Expand Up @@ -2,7 +2,7 @@

buildGoPackage rec {
pname = "lazygit";
version = "0.14.2";
version = "0.14.3";

goPackagePath = "github.com/jesseduffield/lazygit";

Expand All @@ -12,7 +12,7 @@ buildGoPackage rec {
owner = "jesseduffield";
repo = pname;
rev = "v${version}";
sha256 = "001j663l851lg59rjjkpf915rsr9c9lm1vynzw05rfwszicgkdaa";
sha256 = "163d05081yrbnzvpkjd7knsl50pkqg9g22ncc2hi54i1i0h5pp80";
};

meta = with stdenv.lib; {
Expand Down

0 comments on commit cae54d4

Please sign in to comment.