Merge pull request #43053 from r-ryantm/auto-update/aws-sdk-cpp

aws-sdk-cpp: 1.4.70 -> 1.4.78
This commit is contained in:
Silvan Mosberger 2018-07-07 18:02:23 +02:00 committed by GitHub
commit 63e8a44822
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,13 +15,13 @@ let
else throw "Unsupported system!";
in stdenv.mkDerivation rec {
name = "aws-sdk-cpp-${version}";
version = "1.4.70";
version = "1.4.78";
src = fetchFromGitHub {
owner = "awslabs";
repo = "aws-sdk-cpp";
rev = version;
sha256 = "09yybp1nh3w6m3cychx44vvplsy27rxjs948g5gs5qdcgdyx0yx0";
sha256 = "15nrrv94vp8i1azi2bcpi08wxb2dbqlmy9y6jyfw0n1vkr6gz2fw";
};
# FIXME: might be nice to put different APIs in different outputs