nginx: Remove mitigation for openssl CVE

This has been fixed, instead we just update to the latest openssl.
pull/75/head
Tristan Daniël Maat 2022-11-05 17:33:28 +00:00
parent 4d5eaf34be
commit 0528f73187
Signed by: tlater
GPG Key ID: 49670FD774E43268
1 changed files with 0 additions and 4 deletions

View File

@ -25,10 +25,6 @@
pkgs = prev;
lib = prev.lib;
};
# Mitigate
# https://mta.openssl.org/pipermail/openssl-announce/2022-October/000238.html
nginxStable = prev.nginxStable.override {openssl = prev.openssl_1_1;};
})
];