aws-sdk-cpp: 1.1.7 -> 1.1.18

This commit is contained in:
Robin Gloster 2017-07-26 21:27:37 +02:00
parent a97d46e727
commit 329eec441b
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882

@ -14,13 +14,13 @@ let
else throw "Unsupported system!";
in stdenv.mkDerivation rec {
name = "aws-sdk-cpp-${version}";
version = "1.1.7";
version = "1.1.18";
src = fetchFromGitHub {
owner = "awslabs";
repo = "aws-sdk-cpp";
rev = version;
sha256 = "1wyhrh2y1c5nmrh4xmvpx9vlsj8bxw1idxq2jalswcdblh16mgnx";
sha256 = "1i85zpns3gj5by45ppg4rfk9csix8mjazpyj6dqic40b2wshnw8c";
};
# FIXME: might be nice to put different APIs in different outputs