mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-16 18:03:59 +00:00
bd4bd87293
Release notes: https://github.com/Mbed-TLS/mbedtls/releases/tag/mbedtls-3.6.2 Fixes CVE-2024-49195
7 lines
133 B
Nix
7 lines
133 B
Nix
{ callPackage }:
|
|
|
|
callPackage ./generic.nix {
|
|
version = "3.6.2";
|
|
hash = "sha256-tSWhF8i0Tx9QSFmyDEHdd2xveZvpyd+HXR+8xYj2Syo=";
|
|
}
|