7 stdenv.mkDerivation rec {
12 url = "http://enet.bespin.org/download/${pname}-${version}.tar.gz";
13 sha256 = "sha256-KooMU2DWi7T80R8uTEfGmXbo0shbEJ3X1gsRgaT4XTY=";
17 homepage = "http://enet.bespin.org/";
18 description = "Simple and robust network communication layer on top of UDP";
19 license = lib.licenses.mit;
21 platforms = lib.platforms.unix;