mbedtls: 3.6.4 -> 3.6.5 (#458608)

This commit is contained in:
Fabián Heredia Montiel
2025-11-13 04:46:35 +00:00
committed by GitHub
+2 -2
View File
@@ -1,8 +1,8 @@
{ callPackage, fetchurl }:
callPackage ./generic.nix {
version = "3.6.4";
hash = "sha256-y5YqKtjW4IXyIZkoJvwCGC4scx0qdeV40rynHza4NUE=";
version = "3.6.5";
hash = "sha256-CAMksh7i4mg5zVTYLB/SZWFVmgQBMhPnislLCD9j7+o=";
patches = [
# Fixes the build with GCC 14 on aarch64.