kubectl-node-shell: 1.10.2 -> 1.11.0 (#363402)
[NixPkgs.git] / pkgs / servers / http / nginx / quic.nix
blobea5af571f11079ba178b15e9fe178b63b5100b42
1 { callPackage
2 , nginxMainline
3 , ...
4 } @ args:
6 callPackage ./generic.nix args {
7   pname = "nginxQuic";
9   inherit (nginxMainline) src version;
11   configureFlags = [
12     "--with-http_v3_module"
13   ];