Skip to content

Commit

Permalink
mbedtls: 2.16.0 -> 2.16.3
Browse files Browse the repository at this point in the history
Fixes CVE-2019-16910. Fixes #71452.
  • Loading branch information
fpletz committed Oct 21, 2019
1 parent bf2f1c8 commit 360e57a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/mbedtls/default.nix
Expand Up @@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "mbedtls";
name = "mbedtls-${version}";
version = "2.16.0";
version = "2.16.3";

src = fetchFromGitHub {
owner = "ARMmbed";
repo = "mbedtls";
rev = "${pname}-${version}";
sha256 = "14gw3rga9qr6j8ssfjy7k4l8spz37gamqxh9qcwas7w48303897l";
sha256 = "1mzh92yyz93099a1gb2wvwc76jv12d1k1wg9k3dimbgczxgrkirc";
};

nativeBuildInputs = [ cmake ninja perl python ];
Expand Down

0 comments on commit 360e57a

Please sign in to comment.