mbedtls: 3.6.2 -> 3.6.3

Changes: https://github.com/Mbed-TLS/mbedtls/releases/tag/mbedtls-3.6.3
This commit is contained in:
Sergei Trofimovich 2025-03-25 06:43:54 +00:00
parent 7b2e6ee513
commit 366adcc463

View File

@ -1,8 +1,8 @@
{ callPackage, fetchurl }:
callPackage ./generic.nix {
version = "3.6.2";
hash = "sha256-tSWhF8i0Tx9QSFmyDEHdd2xveZvpyd+HXR+8xYj2Syo=";
version = "3.6.3";
hash = "sha256-FJuezgVTxzLRz0Jzk2XnSnpO5sTc8q6QgzkCwlqQ+EU=";
patches = [
# Fixes the build with GCC 14.
#