Skip to content

Commit

Permalink
Merge pull request #58253 from plumelo/feature/lazygit-0.7.2
Browse files Browse the repository at this point in the history
lazygit: 0.5 -> 0.7.2
  • Loading branch information
etu committed Mar 25, 2019
2 parents d4a570a + 6272132 commit 9e693a0
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,15 +2,15 @@

buildGoPackage rec {
name = "lazygit-${version}";
version = "0.5";
version = "0.7.2";

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

src = fetchFromGitHub {
owner = "jesseduffield";
repo = "lazygit";
rev = "v${version}";
sha256 = "0xgda2b5p26ya15kq83502f8vh18kl05hl40k0lsfqx3m7pnidn1";
sha256 = "1b5mzmxw715cx7b0n22hvrpk0dbavzypljc7skwmh8k1nlx935jj";
};

postPatch = ''
Expand Down

0 comments on commit 9e693a0

Please sign in to comment.