92f5f12a72
Changelog: https://github.com/Mbed-TLS/mbedtls/releases/tag/v2.28.8 Fixes CVE-2024-28960
6 lines
134 B
Nix
6 lines
134 B
Nix
{ callPackage }:
|
|
|
|
callPackage ./generic.nix {
|
|
version = "2.28.8";
|
|
hash = "sha256-A1DYZrvJ8SRujroVwqPfcTOSgLnT5xRat/RVdq2fL/o=";
|
|
}
|