Commit f3f931cd authored by Jost Alemann's avatar Jost Alemann
Browse files
parent 4babe173
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
{
  lib,
  buildGo122Module,
  buildGoModule,
  fetchFromGitHub,
  lazygit,
  testers,
}:
# Regression in go1.23 see https://github.com/jesseduffield/lazygit/issues/4002
buildGo122Module rec {
buildGoModule rec {
  pname = "lazygit";
  version = "0.45.2";
  version = "0.46.0";

  src = fetchFromGitHub {
    owner = "jesseduffield";
    repo = pname;
    tag = "v${version}";
    hash = "sha256-B8z0NqCFdCAYVZnujfDJ9Y4qFXuhy5A/RG51Qb2J4ts=";
    hash = "sha256-KUJ6+GPtQ5wNbbmCnOopifdxHTo67Y9kW3zwm6f9bXc=";
  };

  vendorHash = null;