mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
openssl_3: 3.0.20 -> 3.0.21
updated to fix multiple CVEs.
See: https://github.com/openssl/openssl/releases/tag/openssl-3.0.21
Signed-off-by: Markus Theil <theil.markus@gmail.com>
(cherry picked from commit 3ec7a2b088)
This commit is contained in:
committed by
Vladimír Čunát
parent
59a3a73997
commit
d1930b75bb
@@ -429,8 +429,8 @@ in
|
||||
};
|
||||
|
||||
openssl_3 = common {
|
||||
version = "3.0.20";
|
||||
hash = "sha256-yAoB38cOzk3CEWiTLDdzkELUBNRszIGlmG3XUxTs2m8=";
|
||||
version = "3.0.21";
|
||||
hash = "sha256-YX4pr45CH0ZklISkk35IxoXkf0ZIgWfJgviLxOwdUi8=";
|
||||
|
||||
patches = [
|
||||
# Support for NIX_SSL_CERT_FILE, motivation:
|
||||
|
||||
Reference in New Issue
Block a user