nginxMainline: 1.21.1 -> 1.21.3

- adds openssl 3 support
- disables support for export ciphers
and more
This commit is contained in:
ajs124 2021-09-10 16:40:04 +02:00
parent e88ad7f819
commit 2e8211af78

View File

@ -1,6 +1,6 @@
{ callPackage, ... }@args:
callPackage ./generic.nix args {
version = "1.21.1";
sha256 = "0q2m2pd9x287py54kp49ys5pwnn0j17x7jjl0cx1c5916h8h7fk8";
version = "1.21.3";
sha256 = "0nhps7igdqcpcy1r8677ar807rfclpylmz3y858a678m1np4lxql";
}