mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
a1452a9770
Changelog: https://github.com/Mbed-TLS/mbedtls/releases/tag/mbedtls-2.28.9 Fixes CVE-2024-45157
7 lines
134 B
Nix
7 lines
134 B
Nix
{ callPackage }:
|
|
|
|
callPackage ./generic.nix {
|
|
version = "2.28.9";
|
|
hash = "sha256-/Bm05CvS9t7WSh4qoMconCaD7frlmA/H9YDyJOuGuFE=";
|
|
}
|