Unverified Commit 31dd02fc authored by Fernando Rodrigues's avatar Fernando Rodrigues Committed by GitHub
Browse files

lazygit: 0.54.2 -> 0.55.0 (#440631)

parents acc31684 ed871809
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
}:
buildGoModule rec {
  pname = "lazygit";
  version = "0.54.2";
  version = "0.55.0";

  src = fetchFromGitHub {
    owner = "jesseduffield";
    repo = "lazygit";
    tag = "v${version}";
    hash = "sha256-LfSTbnSyRT1vdrEOs9Ur+0cGAz/pUUEVm8HhfE9VaYo=";
    hash = "sha256-gx9l7MHWQGnLsD+L+SM+KzBgU8RLtpZG+66pPyerZW4=";
  };

  vendorHash = null;