1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-19 17:39:34 +00:00

aws-sdk-cpp: 1.0.153 -> 1.1.7

This commit is contained in:
Robin Gloster 2017-07-07 00:07:01 +02:00
parent 07106fb508
commit a97d46e727
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882

View file

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