2022-11-16T09:51:10 lazydocker 0.19.0 -> 0.20.0 https://github.com/jesseduffield/lazydocker/releases 2022-11-16T09:51:13 attrpath: lazydocker 2022-11-16T09:51:13 Checking auto update branch... 2022-11-16T09:51:13 No auto update branch exists 2022-11-16T09:51:13 Old version 0.19.0" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "lazydocker"; version = "0.20.0"; src = fetchFromGitHub { owner = "jesseduffield"; repo = "lazydocker"; rev = "v${version}"; sha256 = "sha256-P03L3UbXAlNUUwAwDqsIIs/ECB6s3GqCESbPK4AgnYg="; }; vendorSha256 = null; postPatch = '' rm -f pkg/config/app_config_test.go ''; excludedPackages = [ "scripts" "test/printrandom" ]; ldflags = [ "-s" "-w" "-X main.version=${version}" ]; meta = with lib; { description = "A simple terminal UI for both docker and docker-compose"; homepage = "https://github.com/jesseduffield/lazydocker"; license = licenses.mit; maintainers = with maintainers; [ das-g Br1ght0ne ]; }; }