mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
[Backport release-26.05] openssl_4_0: 4.0.0 -> 4.0.1; openssl_3_5: 3.5.6 -> 3.5.7; openssl_3: 3.0.20 -> 3.0.21 (#531269)
This commit is contained in:
commit
c45650fd85
1 changed files with 6 additions and 6 deletions
|
|
@ -444,8 +444,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:
|
||||
|
|
@ -474,8 +474,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:
|
||||
|
|
@ -535,8 +535,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