about summary refs log tree commit diff
path: root/pkgs/development/libraries/mbedtls/2.nix
diff options
context:
space:
mode:
authorRaphael Robatsch <raphael-git@tapesoftware.net>2024-01-26 12:48:50 +0100
committerRaphael Robatsch <raphael-git@tapesoftware.net>2024-01-27 00:01:47 +0100
commit2cc8aac7a435159ad1d248cb3178390892a73c5f (patch)
treeaada4040b3a42073d8639dc5276b728b51bcdb0d /pkgs/development/libraries/mbedtls/2.nix
parent0f6a104a33e8f72f412fa7075a1dec9f77ea9853 (diff)
mbedtls_2: 2.28.6 -> 2.28.7
Changelog: https://github.com/Mbed-TLS/mbedtls/blob/v2.28.7/ChangeLog
Fixes CVE-2024-23170, CVE-2024-23775
Diffstat (limited to 'pkgs/development/libraries/mbedtls/2.nix')
-rw-r--r--pkgs/development/libraries/mbedtls/2.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/mbedtls/2.nix b/pkgs/development/libraries/mbedtls/2.nix
index b5d8da1016181..97d62fad3ced1 100644
--- a/pkgs/development/libraries/mbedtls/2.nix
+++ b/pkgs/development/libraries/mbedtls/2.nix
@@ -1,6 +1,6 @@
 { callPackage }:
 
 callPackage ./generic.nix {
-  version = "2.28.6";
-  hash = "sha256-1YyA3O0/u7Tcf8rhNmrMGF64/tnitQH65THpXa7N7P8=";
+  version = "2.28.7";
+  hash = "sha256-JI0Frbz4HkPqrLQNrSIj1ikN8201h4kd1wTwyPotERw=";
 }