1 { lib, stdenv, fetchurl }:
4 name = "netcat-gnu-0.7.1";
7 url = "mirror://sourceforge/netcat/netcat-0.7.1.tar.bz2";
8 sha256 = "1frjcdkhkpzk0f84hx6hmw5l0ynpmji8vcbaxg8h5k2svyxz0nmm";
12 description = "Utility which reads and writes data across network connections";
13 homepage = "http://netcat.sourceforge.net/";
14 license = licenses.gpl2Plus;
15 platforms = platforms.unix;