mbedtls_2: 2.28.7 -> 2.28.8

Changelog: https://github.com/Mbed-TLS/mbedtls/releases/tag/v2.28.8
Fixes CVE-2024-28960
This commit is contained in:
Raphael Robatsch
2024-04-01 09:12:35 +02:00
parent 559cda20de
commit 92f5f12a72
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{ callPackage }:
callPackage ./generic.nix {
version = "2.28.7";
hash = "sha256-JI0Frbz4HkPqrLQNrSIj1ikN8201h4kd1wTwyPotERw=";
version = "2.28.8";
hash = "sha256-A1DYZrvJ8SRujroVwqPfcTOSgLnT5xRat/RVdq2fL/o=";
}
@@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
repo = "mbedtls";
rev = "${pname}-${version}";
inherit hash;
# mbedtls >= 3.6.0 uses git submodules
fetchSubmodules = true;
};
nativeBuildInputs = [ cmake ninja perl python3 ];