aws-sdk-cpp: 1.7.53 -> 1.7.56 (#56595)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/aws-sdk-cpp/versions
This commit is contained in:
R. RyanTM 2019-04-08 13:44:22 -07:00 committed by xeji
parent 759e54888c
commit e0d8d72a9f

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