Merge pull request #149630 from Izorkin/update-nginx-quic
nginxQuic: 6d1488b62dc5 -> 44553428288d
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
callPackage ./generic.nix args {
|
||||
src = fetchhg {
|
||||
url = "https://hg.nginx.org/nginx-quic";
|
||||
rev = "6d1488b62dc5"; # branch=quic
|
||||
sha256 = "18xrkzzi4cxl4zi7clikwww9ad9l7vilrfs67hhzx7898jkws5fi";
|
||||
rev = "0ee56d2eac44"; # branch=quic
|
||||
sha256 = "sha256-ErJa71aOzcjcBl1P9+g5kzs5sr0JdjrPwYKZ9VAvQus=";
|
||||
};
|
||||
|
||||
preConfigure = ''
|
||||
@@ -16,9 +16,8 @@ callPackage ./generic.nix args {
|
||||
|
||||
configureFlags = [
|
||||
"--with-http_v3_module"
|
||||
"--with-http_quic_module"
|
||||
"--with-stream_quic_module"
|
||||
];
|
||||
|
||||
version = "quic";
|
||||
version = "1.21.4-quic";
|
||||
}
|
||||
|
||||
@@ -21048,7 +21048,7 @@ with pkgs;
|
||||
# See https://github.com/NixOS/nixpkgs/pull/10474#discussion_r42369334
|
||||
modules = [ nginxModules.rtmp nginxModules.dav nginxModules.moreheaders ];
|
||||
# Use latest boringssl to allow http3 support
|
||||
openssl = boringssl;
|
||||
openssl = quictls;
|
||||
};
|
||||
|
||||
nginxStable = callPackage ../servers/http/nginx/stable.nix {
|
||||
|
||||
Reference in New Issue
Block a user