7 pname = "http3-ytproxy";
8 version = "unstable-2022-07-03";
10 src = fetchFromGitHub {
13 rev = "4059da180bb9d7b0de10c1a041bd0e134f1b6408";
14 hash = "sha256-ilIOkZ9lcuSigh/mMU7IGpWlFMFb2/Y11ri3659S8+I=";
18 # this patch was created by updating the quic-go dependency, bumping the go version
19 # and running `go mod tidy`
23 vendorHash = "sha256-17y+kxlLSqCFoxinNNKzg7IqGpbiv0IBsUuC9EC8xnk=";
25 buildInputs = [ libwebp ];
27 ldflags = [ "-s" "-w" ];
30 description = "YouTube traffic proxy for video playback and images";
31 homepage = "https://github.com/TeamPiped/http3-ytproxy";
32 license = licenses.agpl3Only;
33 maintainers = with maintainers; [ _999eagle ];
34 mainProgram = "http3-ytproxy";