lazygit: use go1.22
Regression in go1.23 see https://github.com/jesseduffield/lazygit/issues/4002 Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
{
|
||||
lib,
|
||||
buildGoModule,
|
||||
buildGo122Module,
|
||||
fetchFromGitHub,
|
||||
lazygit,
|
||||
testers,
|
||||
}:
|
||||
buildGoModule rec {
|
||||
# Regression in go1.23 see https://github.com/jesseduffield/lazygit/issues/4002
|
||||
buildGo122Module rec {
|
||||
pname = "lazygit";
|
||||
version = "0.44.1";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user