2022-11-18T17:08:43 checkip 0.42.1 -> 0.43.0 https://github.com/jreisinger/checkip/releases 2022-11-18T17:08:45 attrpath: checkip 2022-11-18T17:08:45 Checking auto update branch... 2022-11-18T17:08:45 No auto update branch exists 2022-11-18T17:08:46 Old version 0.42.1" not present in master derivation file with contents: { lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = "checkip"; version = "0.43.0"; src = fetchFromGitHub { owner = "jreisinger"; repo = pname; rev = "v${version}"; sha256 = "sha256-KeHITGUf0/sSYwMmwIxh9195KZiMVLb8IXI7SxeOz6A="; }; vendorSha256 = "sha256-bFhSMjm9rqUUbCV9keeXm+yhzQMKrYKs1DbCt53J8aM="; # Requires network doCheck = false; meta = with lib; { description = "CLI tool that checks an IP address using various public services"; homepage = "https://github.com/jreisinger/checkip"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; }