13 stdenv.mkDerivation rec {
15 version = "2.3.0-beta2";
17 src = fetchFromGitHub {
21 sha256 = "0lwg5sfsr7fw7cfy0hrhadgixm35b5cgcvlhwhbk89j72y1bqi6n";
43 description = "Optimized HTTP/1 and HTTP/2 server";
44 homepage = "https://h2o.examp1e.net";
45 license = licenses.mit;
46 maintainers = with maintainers; [ thoughtpolice ];
47 platforms = platforms.linux;