mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
8b71a7f5bc
Release notes: https://github.com/Mbed-TLS/mbedtls/releases/tag/mbedtls-3.6.2
Fixes CVE-2024-49195
(cherry picked from commit bd4bd87293
)
7 lines
133 B
Nix
7 lines
133 B
Nix
{ callPackage }:
|
|
|
|
callPackage ./generic.nix {
|
|
version = "3.6.2";
|
|
hash = "sha256-tSWhF8i0Tx9QSFmyDEHdd2xveZvpyd+HXR+8xYj2Syo=";
|
|
}
|