checkip 0.44.2 -> 0.45.1 https://github.com/jreisinger/checkip/releases attrpath: checkip Checking auto update branch... No auto update branch exists Old version 0.44.2" not present in master derivation file with contents: { lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = "checkip"; version = "0.45.1"; src = fetchFromGitHub { owner = "jreisinger"; repo = pname; rev = "v${version}"; sha256 = "sha256-GUVyeQtUNnW8yu/dhfip61jxQtgQmjBUDzsOW233laQ="; }; vendorHash = "sha256-9/z1mtZGqrvcvq8cWBpYN7kaPHaPqtyMwMNxuRRP4Cs="; # 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 ]; }; }