mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
openssl_3_5: 3.5.6 -> 3.5.7
Updated to fix multiple CVEs. See: https://github.com/openssl/openssl/releases/tag/openssl-3.5.7 Signed-off-by: Markus Theil <theil.markus@gmail.com>
This commit is contained in:
parent
3ec7a2b088
commit
cd221fe379
1 changed files with 2 additions and 2 deletions
|
|
@ -475,8 +475,8 @@ in
|
|||
};
|
||||
|
||||
openssl_3_5 = common {
|
||||
version = "3.5.6";
|
||||
hash = "sha256-3q58gMupnEtPlA7K2zwzOLE8t3QYQJI45X1/MfKjtzY=";
|
||||
version = "3.5.7";
|
||||
hash = "sha256-qMDSilKcpID582z1eS4s0hmEVSo8jkqhGiSqMa6smOg=";
|
||||
|
||||
patches = [
|
||||
# Support for NIX_SSL_CERT_FILE, motivation:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue