forked from mirrors/nixpkgs
mbedtls: 2.28.0 -> 2.28.1
Fixes CVE-2022-35409. https://github.com/Mbed-TLS/mbedtls/releases/tag/v2.28.1 https://mbed-tls.readthedocs.io/en/latest/tech-updates/security-advisories/mbedtls-security-advisory-2022-07/
This commit is contained in:
parent
c2c6c25981
commit
3b0a78f9fe
|
@ -15,13 +15,13 @@ stdenv.mkDerivation rec {
|
|||
# versions. See
|
||||
# * https://github.com/NixOS/nixpkgs/pull/119838#issuecomment-822100428
|
||||
# * https://github.com/NixOS/nixpkgs/commit/0ee02a9d42b5fe1825b0f7cee7a9986bb4ba975d
|
||||
version = "2.28.0"; # nixpkgs-update: no auto update
|
||||
version = "2.28.1"; # nixpkgs-update: no auto update
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ARMmbed";
|
||||
repo = "mbedtls";
|
||||
rev = "${pname}-${version}";
|
||||
sha256 = "sha256-VDoIUBaK2e0E5nkwU1u3Wvxc+s6OzBSdIeHsJKJuZ2g=";
|
||||
sha256 = "sha256-brbZB3fINDeVWXf50ct4bxYkoBVyD6bBBijZyFQSnyw=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake ninja perl python3 ];
|
||||
|
|
Loading…
Reference in a new issue