mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-06 13:03:34 +00:00
2e8a499d30
Changelog: https://github.com/Mbed-TLS/mbedtls/blob/v3.5.2/ChangeLog Fixes CVE-2024-23170, CVE-2024-23775
7 lines
133 B
Nix
7 lines
133 B
Nix
{ callPackage }:
|
|
|
|
callPackage ./generic.nix {
|
|
version = "3.5.2";
|
|
hash = "sha256-lVGmnSYccNmRS6vfF/fDiny5cYRPc/wJBpgciFLPUvM=";
|
|
}
|