forked from mirrors/nixpkgs
nginxMainline: 1.21.1 -> 1.21.3
- adds openssl 3 support - disables support for export ciphers and more
This commit is contained in:
parent
e88ad7f819
commit
2e8211af78
|
@ -1,6 +1,6 @@
|
|||
{ callPackage, ... }@args:
|
||||
|
||||
callPackage ./generic.nix args {
|
||||
version = "1.21.1";
|
||||
sha256 = "0q2m2pd9x287py54kp49ys5pwnn0j17x7jjl0cx1c5916h8h7fk8";
|
||||
version = "1.21.3";
|
||||
sha256 = "0nhps7igdqcpcy1r8677ar807rfclpylmz3y858a678m1np4lxql";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue