Unverified Commit 4d7b1667 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

[25.05] lazygit: 0.51.1 -> 0.53.0 (#422786)

parents ae3c6b0c df847c20
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
}:
buildGoModule rec {
  pname = "lazygit";
  version = "0.51.1";
  version = "0.53.0";

  src = fetchFromGitHub {
    owner = "jesseduffield";
    repo = pname;
    tag = "v${version}";
    hash = "sha256-PktxVf+2xOpkZBHlm9oLV4WXoz9bNaXa+cvnI9RCcRA=";
    hash = "sha256-u9ccwRdRQEVNC1/nFRSKJ9RCWJI1mM9Ak3bDVMIWD6E=";
  };

  vendorHash = null;