Unverified Commit 066f0e00 authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

Merge pull request #247072 from raphaelr/update/mbedtls

mbedtls: 3.4.0 -> 3.4.1, mbedtls_2: 2.28.3 -> 2.28.4
parents 3c47127b 0d3898fd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ callPackage }:

callPackage ./generic.nix {
  version = "2.28.3";
  hash = "sha256-w5bJErCNRZLE8rHcuZlK3bOqel97gPPMKH2cPGUR6Zw=";
  version = "2.28.4";
  hash = "sha256-88Lnj9NgS5PWg2hydvb9cwi6s6BG3UMvkUH2Ny1jmtE=";
}
+2 −2
Original line number Diff line number Diff line
{ callPackage }:

callPackage ./generic.nix {
  version = "3.4.0";
  hash = "sha256-1YA4hp/VEjph5k0qJqhhH4nBbTP3Qu2pl7WpuvPkVfg=";
  version = "3.4.1";
  hash = "sha256-NIjyRcVbg6lT6+RlTz5Jt6V9T85mvta5grOSLIAK9Ts=";
}
+6 −0
Original line number Diff line number Diff line
@@ -42,6 +42,12 @@ stdenv.mkDerivation rec {
    "-DGEN_FILES=off"
  ];

  doCheck = true;

  # Parallel checking causes test failures
  # https://github.com/Mbed-TLS/mbedtls/issues/4980
  enableParallelChecking = false;

  meta = with lib; {
    homepage = "https://www.trustedfirmware.org/projects/mbed-tls/";
    changelog = "https://github.com/Mbed-TLS/mbedtls/blob/${pname}-${version}/ChangeLog";