aws-sdk-cpp: 1.4.50 -> 1.4.60

This commit is contained in:
Will Dietz 2018-06-07 07:16:18 -05:00
parent 01040d9c27
commit b955c93cbe

View File

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