lazygit: 0.58.0 -> 0.58.1 (#479472)

This commit is contained in:
Austin Horstman
2026-01-13 02:27:59 +00:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
}:
buildGoModule rec {
pname = "lazygit";
version = "0.58.0";
version = "0.58.1";
src = fetchFromGitHub {
owner = "jesseduffield";
repo = "lazygit";
tag = "v${version}";
hash = "sha256-+xWryg9iLip0VF6GFCDXPKayooNPurBgBfZestpSv4M=";
hash = "sha256-J1r5WSEo1OleSFtobVCkvedHt21up+3q5TpYtfzvfos=";
};
vendorHash = null;