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:
phanirithvij
2024-12-02 12:22:48 +05:30
parent 274e92547f
commit 868ae9a62f
+3 -2
View File
@@ -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";