Skip to content

Commit

Permalink
lazygit: 0.20.3 -> 0.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jun 14, 2020
1 parent 0905a5d commit 8528ae8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/lazygit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildGoPackage rec {
pname = "lazygit";
version = "0.20.3";
version = "0.20.4";

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

Expand All @@ -12,7 +12,7 @@ buildGoPackage rec {
owner = "jesseduffield";
repo = pname;
rev = "v${version}";
sha256 = "1p05lfm74g28ci5575vr22q5db50h19fcvc3lzddp0vyiw570isl";
sha256 = "134f04ybzgghm7ghyxair111aflmkjrbfj0bkxfp1w0a3jm6sfsk";
};

meta = with stdenv.lib; {
Expand Down

0 comments on commit 8528ae8

Please sign in to comment.