lazygit: 0.55.1 -> 0.56.0 (#457518)

This commit is contained in:
Austin Horstman
2025-11-01 14:31:26 +00:00
committed by GitHub

View File

@@ -8,13 +8,13 @@
}:
buildGoModule rec {
pname = "lazygit";
version = "0.55.1";
version = "0.56.0";
src = fetchFromGitHub {
owner = "jesseduffield";
repo = "lazygit";
tag = "v${version}";
hash = "sha256-UofhgILZhVXnYiGpb25m4Ct4sbu5pRmjVgj3oEf5Uyk=";
hash = "sha256-oTj+9zDmbXD4rlFZ++hcd1WSfskSNI7ojI9gN8UcpT8=";
};
vendorHash = null;