1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 14:11:36 +00:00

aws-sdk-cpp: 1.0.60 -> 1.0.127

This commit is contained in:
Eelco Dolstra 2017-05-22 14:36:20 +02:00
parent c0bc3c80c8
commit 3b44cd731c
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

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