Merge pull request #149630 from Izorkin/update-nginx-quic

nginxQuic: 6d1488b62dc5 -> 44553428288d
This commit is contained in:
Janne Heß
2021-12-09 12:54:27 +01:00
committed by GitHub
2 changed files with 4 additions and 5 deletions
+3 -4
View File
@@ -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";
}
+1 -1
View File
@@ -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 {