2022-11-16T09:51:11 lazygit 0.35 -> 0.36.0 https://github.com/jesseduffield/lazygit/releases 2022-11-16T09:51:13 attrpath: lazygit 2022-11-16T09:51:13 Checking auto update branch... 2022-11-16T09:51:13 No auto update branch exists 2022-11-16T09:51:14 Old version 0.35" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "lazygit"; version = "0.36.0"; src = fetchFromGitHub { owner = "jesseduffield"; repo = pname; rev = "v${version}"; sha256 = "sha256-0emAo/K27lmQ+409maTR/hnonQVkbijF0RAwvIErBFo="; }; vendorSha256 = null; subPackages = [ "." ]; ldflags = [ "-X main.version=${version}" "-X main.buildSource=nix" ]; meta = with lib; { description = "Simple terminal UI for git commands"; homepage = "https://github.com/jesseduffield/lazygit"; changelog = "https://github.com/jesseduffield/lazygit/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ equirosa Br1ght0ne ]; }; }