Skip to content

Commit 2a2d1df

Browse files
authored
openssl: 3.0.19 -> 3.0.20, 3.5.5 -> 3.5.6, 3.6.1 -> 3.6.2 (NixOS#507974)
2 parents c51abd4 + 8390a9a commit 2a2d1df

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pkgs/development/libraries/openssl/default.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,8 @@ in
434434
};
435435

436436
openssl_3 = common {
437-
version = "3.0.19";
438-
hash = "sha256-+lpBQ7iq4YvlPvLzyvKaLgdHQwuLx00y2IM1uUq2MHI=";
437+
version = "3.0.20";
438+
hash = "sha256-yAoB38cOzk3CEWiTLDdzkELUBNRszIGlmG3XUxTs2m8=";
439439

440440
patches = [
441441
# Support for NIX_SSL_CERT_FILE, motivation:
@@ -464,8 +464,8 @@ in
464464
};
465465

466466
openssl_3_5 = common {
467-
version = "3.5.5";
468-
hash = "sha256-soyRUyqLZaH5g7TCi3SIF05KAQCOKc6Oab14nyi8Kok=";
467+
version = "3.5.6";
468+
hash = "sha256-3q58gMupnEtPlA7K2zwzOLE8t3QYQJI45X1/MfKjtzY=";
469469

470470
patches = [
471471
# Support for NIX_SSL_CERT_FILE, motivation:
@@ -504,8 +504,8 @@ in
504504
};
505505

506506
openssl_3_6 = common {
507-
version = "3.6.1";
508-
hash = "sha256-sb/tzVson/Iq7ofJ1gD1FXZ+v0X3cWjLbWTyMfUYqC4=";
507+
version = "3.6.2";
508+
hash = "sha256-qvUaH+BkOE+BHa6utOxNznNA7IvYkwJ+7mdq8x6DoE8=";
509509

510510
patches = [
511511
# Support for NIX_SSL_CERT_FILE, motivation:

0 commit comments

Comments
 (0)