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