1 { lib, buildGoModule, fetchFromGitHub, fetchpatch }:
4 pname = "simplehttp2server";
7 src = fetchFromGitHub {
8 owner = "GoogleChromeLabs";
9 repo = "simplehttp2server";
11 sha256 = "113mcfvy1m91wask5039mhr0187nlw325ac32785yl4bb4igi8aw";
15 # Migrate to Go modules
17 url = "https://github.com/GoogleChromeLabs/simplehttp2server/commit/7090b4af33846c48b336335f6a19514b7c1d4392.patch";
18 hash = "sha256-xGBPNdAmOAUkr7j2VDfTi3Bm13y/b3nuqDLf1jiGct4=";
22 vendorHash = "sha256-PcDy+46Pz6xOxxwkSjojsbKZyR1yHdbWAJT+HFAEKkA=";
26 homepage = "https://github.com/GoogleChromeLabs/simplehttp2server";
27 description = "HTTP/2 server for development purposes";
28 license = licenses.asl20;
29 maintainers = with maintainers; [ yrashk ];
30 mainProgram = "simplehttp2server";