Merge pull request #41630 from dtzWill/update/aws-sdk-cpp-1.4.60

aws-sdk-cpp: 1.4.50 -> 1.4.60
This commit is contained in:
Will Dietz 2018-06-09 21:44:53 -05:00 committed by GitHub
commit d1eb255036
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.50";
version = "1.4.60";
src = fetchFromGitHub {
owner = "awslabs";
repo = "aws-sdk-cpp";
rev = version;
sha256 = "1qly5zn7w9j8w6a9pjw25xnr01sfq8dn8g5zrz6xyjgz590fj2x7";
sha256 = "0zn1pyhn37w8di9byq5p3y886hsgf5569bmxiqb7bvjcrhnlb83l";
};
# FIXME: might be nice to put different APIs in different outputs