Unverified Commit 773e2b7f authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

[Backport release-25.05] lazygit: 0.51.0 -> 0.51.1 (#410137)

parents 591f3ea4 1e591dc3
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.0";
  version = "0.51.1";

  src = fetchFromGitHub {
    owner = "jesseduffield";
    repo = pname;
    tag = "v${version}";
    hash = "sha256-wX+FYTVn9XwEdMGsNPT+v0ZuSXGydzuzFiwFrw8AZ5A=";
    hash = "sha256-PktxVf+2xOpkZBHlm9oLV4WXoz9bNaXa+cvnI9RCcRA=";
  };

  vendorHash = null;