1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
8 url = "https://github.com/firehol/iprange/releases/download/v${version}/iprange-${version}.tar.xz";
9 sha256 = "0rymw4ydn09dng34q4g5111706fyppzs2gd5br76frgvfj4x2f71";
13 description = "manage IP ranges";
14 mainProgram = "iprange";
15 homepage = "https://github.com/firehol/iprange";
16 license = licenses.gpl2;
17 maintainers = with maintainers; [ oxzi ];