nixpkgs/pkgs/servers/invidious
Simon Bruder 970d249d39
invidious: unstable-2021-11-08 -> unstable-2021-11-13
This update disables QUIC by default which fixes Invidious not loading
anything except for the home page due to YouTube no longer accepting
HTTP/3 (Upstream Issue:
https://github.com/iv-org/invidious/issues/2577).

It therefore uses Crystal’s internal HTTP client, which failed because
the statically linked boringssl (required by lsquic) overrides OpenSSL’s
CA certificate file location. This is fixed by applying the same patch
to boringssl that is applied to openssl for using the correct CA
certificate file.
2021-11-14 10:07:09 +01:00
..
default.nix invidious: unstable-2021-11-08 -> unstable-2021-11-13 2021-11-14 10:07:09 +01:00
lsquic.nix invidious: unstable-2021-11-08 -> unstable-2021-11-13 2021-11-14 10:07:09 +01:00
shards.nix
use-etc-ssl-certs.patch invidious: unstable-2021-11-08 -> unstable-2021-11-13 2021-11-14 10:07:09 +01:00