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