Unverified Commit 1a4ede40 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

[Backport release-25.05] lazygit: 0.50.0 -> 0.51.0 (#409822)

parents 3ea5b529 0d55ea6d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
}:
buildGoModule rec {
  pname = "lazygit";
  version = "0.50.0";
  version = "0.51.0";

  src = fetchFromGitHub {
    owner = "jesseduffield";
    repo = pname;
    tag = "v${version}";
    hash = "sha256-LxPKV6Zt4R+gsZAp7FXqWnAXjEoaFTn44qJBOpbh0P8=";
    hash = "sha256-wX+FYTVn9XwEdMGsNPT+v0ZuSXGydzuzFiwFrw8AZ5A=";
  };

  vendorHash = null;