Merge pull request #61507 from nh2/aws-c-common-0.3.9

aws-c-common: 0.3.4 -> 0.3.9.
This commit is contained in:
Matthew Bauer 2019-05-14 18:05:11 -04:00 committed by GitHub
commit e19fe31e96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,19 +2,17 @@
stdenv.mkDerivation rec {
pname = "aws-c-common";
version = "0.3.4";
version = "0.3.9";
src = fetchFromGitHub {
owner = "awslabs";
repo = pname;
rev = "v${version}";
sha256 = "1z02ndb9jjn0p5bcc49pq0d8c0q2pq33dlszw77l76jkhrfx0921";
sha256 = "04wrmrw83vypqzsq88b2q8kp5sfbv0qsci3bcxw0c2mfxqk8358n";
};
nativeBuildInputs = [ cmake ];
buildInputs = lib.optional stdenv.hostPlatform.isMusl libexecinfo;
NIX_CFLAGS_COMPILE = lib.optionals stdenv.isDarwin [
"-Wno-nullability-extension"
"-Wno-typedef-redefinition"