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

aws-sdk-cpp: 1.4.60 -> 1.4.65
This commit is contained in:
Eelco Dolstra
2018-06-14 22:05:16 +02:00
committed by GitHub

View File

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