1 {lib, stdenv, fetchurl}:
3 stdenv.mkDerivation rec {
8 url = "http://enet.bespin.org/download/${pname}-${version}.tar.gz";
9 sha256 = "sha256-KooMU2DWi7T80R8uTEfGmXbo0shbEJ3X1gsRgaT4XTY=";
13 homepage = "http://enet.bespin.org/";
14 description = "Simple and robust network communication layer on top of UDP";
15 license = lib.licenses.mit;
17 platforms = lib.platforms.unix;