mbedtls: 3.5.1 -> 3.5.2

Changelog: https://github.com/Mbed-TLS/mbedtls/blob/v3.5.2/ChangeLog
Fixes CVE-2024-23170, CVE-2024-23775
This commit is contained in:
Raphael Robatsch
2024-01-27 00:02:06 +01:00
parent 2cc8aac7a4
commit 2e8a499d30
+2 -2
View File
@@ -1,6 +1,6 @@
{ callPackage }:
callPackage ./generic.nix {
version = "3.5.1";
hash = "sha256-HxsHcGbSExp1aG5yMR/J3kPL4zqnmNoN5T5wfV3APaw=";
version = "3.5.2";
hash = "sha256-lVGmnSYccNmRS6vfF/fDiny5cYRPc/wJBpgciFLPUvM=";
}