1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
8 url = "mirror://sourceforge/netcat/netcat-${version}.tar.bz2";
9 sha256 = "1frjcdkhkpzk0f84hx6hmw5l0ynpmji8vcbaxg8h5k2svyxz0nmm";
13 description = "Utility which reads and writes data across network connections";
14 homepage = "http://netcat.sourceforge.net/";
15 license = licenses.gpl2Plus;
16 platforms = platforms.unix;