Skip to content

Commit

Permalink
mbedtls: 2.16.3 -> 2.16.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Jan 30, 2021
1 parent 44c8df7 commit 54be5b6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/development/libraries/mbedtls/default.nix
Expand Up @@ -11,14 +11,13 @@

stdenv.mkDerivation rec {
pname = "mbedtls";
name = "mbedtls-${version}";
version = "2.16.3"; # nixpkgs-update: no auto update
version = "2.16.9"; # nixpkgs-update: no auto update

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

nativeBuildInputs = [ cmake ninja perl python ];
Expand Down

0 comments on commit 54be5b6

Please sign in to comment.