nixpkgs/pkgs/servers/http/nginx/mainline.nix
ajs124 2e8211af78 nginxMainline: 1.21.1 -> 1.21.3
- adds openssl 3 support
- disables support for export ciphers
and more
2021-09-10 16:40:04 +02:00

7 lines
152 B
Nix

{ callPackage, ... }@args:
callPackage ./generic.nix args {
version = "1.21.3";
sha256 = "0nhps7igdqcpcy1r8677ar807rfclpylmz3y858a678m1np4lxql";
}