aws-sdk-cpp: 1.4.65 -> 1.4.70

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/aws-sdk-cpp/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.4.70 with grep in /nix/store/az7vd5kvng3vgvdgn2ayk75and1gz4ll-aws-sdk-cpp-1.4.70
- directory tree listing: https://gist.github.com/d3c4e72fb9bc640c6c78344c7b6630b6
- du listing: https://gist.github.com/63d41f84084209f15d11cb23e00e5c3c
This commit is contained in:
R. RyanTM 2018-06-24 05:58:51 -07:00
parent 904114fdb8
commit c5a37a494a

View File

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