10 src = fetchFromGitHub {
13 rev = "refs/tags/${pname}-${version}";
14 hash = "sha256-sdQdCP2NotrdeqYrSd9c6sExFeuX54I4fxJfEyULPuk=";
19 # Tests require network access
23 description = "Command Line Interface for the IPinfo API";
24 homepage = "https://github.com/ipinfo/cli";
25 changelog = "https://github.com/ipinfo/cli/releases/tag/ipinfo-${version}";
26 license = with licenses; [ asl20 ];
27 maintainers = with maintainers; [ fab ];