nixpkgs/pkgs/development/libraries/mbedtls/3.nix
Raphael Robatsch 8b71a7f5bc mbedtls: 3.6.1 -> 3.6.2
Release notes: https://github.com/Mbed-TLS/mbedtls/releases/tag/mbedtls-3.6.2
Fixes CVE-2024-49195

(cherry picked from commit bd4bd87293)
2024-10-21 13:32:00 +00:00

7 lines
133 B
Nix

{ callPackage }:
callPackage ./generic.nix {
version = "3.6.2";
hash = "sha256-tSWhF8i0Tx9QSFmyDEHdd2xveZvpyd+HXR+8xYj2Syo=";
}