mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
Merge pull request #204184 from LeSuisse/mbedtls-2.28.1
mbedtls: 2.28.0 -> 2.28.1
This commit is contained in:
commit
0731778955
@ -15,13 +15,13 @@ stdenv.mkDerivation rec {
|
|||||||
# versions. See
|
# versions. See
|
||||||
# * https://github.com/NixOS/nixpkgs/pull/119838#issuecomment-822100428
|
# * https://github.com/NixOS/nixpkgs/pull/119838#issuecomment-822100428
|
||||||
# * https://github.com/NixOS/nixpkgs/commit/0ee02a9d42b5fe1825b0f7cee7a9986bb4ba975d
|
# * 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 {
|
src = fetchFromGitHub {
|
||||||
owner = "ARMmbed";
|
owner = "ARMmbed";
|
||||||
repo = "mbedtls";
|
repo = "mbedtls";
|
||||||
rev = "${pname}-${version}";
|
rev = "${pname}-${version}";
|
||||||
sha256 = "sha256-VDoIUBaK2e0E5nkwU1u3Wvxc+s6OzBSdIeHsJKJuZ2g=";
|
sha256 = "sha256-brbZB3fINDeVWXf50ct4bxYkoBVyD6bBBijZyFQSnyw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ninja perl python3 ];
|
nativeBuildInputs = [ cmake ninja perl python3 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user