7 stdenv.mkDerivation rec {
12 url = "https://github.com/firehol/iprange/releases/download/v${version}/iprange-${version}.tar.xz";
13 sha256 = "0rymw4ydn09dng34q4g5111706fyppzs2gd5br76frgvfj4x2f71";
17 description = "manage IP ranges";
18 mainProgram = "iprange";
19 homepage = "https://github.com/firehol/iprange";
20 license = licenses.gpl2;
21 maintainers = with maintainers; [ oxzi ];