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

aws-sdk-cpp: 1.8.113 -> 1.8.121
This commit is contained in:
Sandro 2021-01-19 14:48:31 +01:00 committed by GitHub
commit 83a24a71a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "aws-sdk-cpp";
version = "1.8.113";
version = "1.8.121";
src = fetchFromGitHub {
owner = "awslabs";
repo = "aws-sdk-cpp";
rev = version;
sha256 = "0y784cjrxgrin3ck5f2lk0riyy9kv928kcb9y0gzka65imgma48c";
sha256 = "sha256-uita3HPcerxH/bnSIL3ZNUp68QXtKJLYi0pcnV7OBkQ=";
};
# FIXME: might be nice to put different APIs in different outputs