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
This commit is contained in:
Raphael Robatsch
2024-01-27 00:01:47 +01:00
parent 0f6a104a33
commit 2cc8aac7a4
+2 -2
View File
@@ -1,6 +1,6 @@
{ callPackage }:
callPackage ./generic.nix {
version = "2.28.6";
hash = "sha256-1YyA3O0/u7Tcf8rhNmrMGF64/tnitQH65THpXa7N7P8=";
version = "2.28.7";
hash = "sha256-JI0Frbz4HkPqrLQNrSIj1ikN8201h4kd1wTwyPotERw=";
}