Merge pull request #206714 from NixOS/backport-206514-to-release-22.05

[Backport release-22.05] [Backport release-22.11] mbedtls: 2.28.1 -> 2.28.2
This commit is contained in:
Franz Pletz
2022-12-19 12:03:08 +01:00
committed by GitHub

View File

@@ -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.1"; # nixpkgs-update: no auto update
version = "2.28.2"; # nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "ARMmbed";
repo = "mbedtls";
rev = "${pname}-${version}";
sha256 = "sha256-brbZB3fINDeVWXf50ct4bxYkoBVyD6bBBijZyFQSnyw=";
sha256 = "sha256-rbWvPrFoY31QyW/TbMndPXTzAJS6qT/bo6J0IL6jRvQ=";
};
nativeBuildInputs = [ cmake ninja perl python3 ];