Unverified Commit 19b62b04 authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

lazygit: 0.45.2 -> 0.46.0 (#382262)

parents 31ff66eb f3f931cd
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;