nixpkgs/pkgs/development/libraries/mbedtls/3.nix
Raphael Robatsch 2e8a499d30 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
2024-01-27 00:02:06 +01:00

7 lines
133 B
Nix

{ callPackage }:
callPackage ./generic.nix {
version = "3.5.2";
hash = "sha256-lVGmnSYccNmRS6vfF/fDiny5cYRPc/wJBpgciFLPUvM=";
}