7 stdenv.mkDerivation rec {
11 src = fetchFromGitHub {
12 owner = "skywind3000";
15 hash = "sha256-yW40x4T++4rB7hoabGN8qiSN7octyoUYEfE9oDlLxjU=";
18 nativeBuildInputs = [ cmake ];
21 description = "A Fast and Reliable ARQ Protocol";
22 homepage = "https://github.com/skywind3000/kcp";
23 license = licenses.mit;
24 maintainers = with maintainers; [ ];
25 platforms = platforms.all;