aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/aws-sdk-cpp
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-24 05:58:51 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-24 05:58:51 -0700
commitc5a37a494a43f2f0226480daf723895bfd3d509c (patch)
tree03218003730a1077ac70036db74f6ff194106921 /pkgs/development/libraries/aws-sdk-cpp
parent904114fdb85df99e5e9472c9f6fd6432dc4f9d74 (diff)
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
Diffstat (limited to 'pkgs/development/libraries/aws-sdk-cpp')
-rw-r--r--pkgs/development/libraries/aws-sdk-cpp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/aws-sdk-cpp/default.nix b/pkgs/development/libraries/aws-sdk-cpp/default.nix
index 034e8c961be0..523d3e7ba63f 100644
--- a/pkgs/development/libraries/aws-sdk-cpp/default.nix
+++ b/pkgs/development/libraries/aws-sdk-cpp/default.nix
@@ -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