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

aws-sdk-cpp: 1.7.56 -> 1.7.90
This commit is contained in:
Renaud 2019-05-05 10:01:05 +02:00 committed by GitHub
commit a83115c630
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
name = "aws-sdk-cpp-${version}";
version = "1.7.56";
version = "1.7.90";
src = fetchFromGitHub {
owner = "awslabs";
repo = "aws-sdk-cpp";
rev = version;
sha256 = "0vfw5bqlwm5r0ikziz3jx6yb5v24lwig0m62979zy3ndx36kpb9b";
sha256 = "0zpqi612qmm0n53crxiisv0vdif43ymg13kafy6vv43j2wmh66ga";
};
# FIXME: might be nice to put different APIs in different outputs