10 src = fetchFromGitHub {
13 rev = "refs/tags/v${version}";
14 hash = "sha256-iAMSNz5TDSId0gBm982hFkM+JR4naEREXKS7mi6z5dw=";
17 vendorHash = "sha256-awqaDEdWILm8RcQ8hrtJFMTJQA5TzGZhiBTMfexmtA0=";
28 description = "CLI tool that checks an IP address using various public services";
29 homepage = "https://github.com/jreisinger/checkip";
30 changelog = "https://github.com/jreisinger/checkip/releases/tag/v${version}";
31 license = licenses.asl20;
32 maintainers = with maintainers; [ fab ];
33 mainProgram = "checkip";