summary refs log tree commit diff
path: root/pkgs/development/libraries/aws-sdk-cpp
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-02 01:08:27 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-02 10:08:27 +0200
commita1bc16a18f553eebc3e1c2f9cae18c35c1607969 (patch)
treeb6ffc9da66ac9d0b5eba9586cbcd6bcf71d74879 /pkgs/development/libraries/aws-sdk-cpp
parent4d88c022d0d8ca8b856733aff9e3b131202dd4ac (diff)
downloadnixpkgs-a1bc16a18f553eebc3e1c2f9cae18c35c1607969.tar
nixpkgs-a1bc16a18f553eebc3e1c2f9cae18c35c1607969.tar.gz
nixpkgs-a1bc16a18f553eebc3e1c2f9cae18c35c1607969.tar.bz2
nixpkgs-a1bc16a18f553eebc3e1c2f9cae18c35c1607969.tar.lz
nixpkgs-a1bc16a18f553eebc3e1c2f9cae18c35c1607969.tar.xz
nixpkgs-a1bc16a18f553eebc3e1c2f9cae18c35c1607969.tar.zst
nixpkgs-a1bc16a18f553eebc3e1c2f9cae18c35c1607969.zip
aws-sdk-cpp: 1.4.40 -> 1.4.50 (#40694)
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.50 with grep in /nix/store/kg9d5flfl989yxfcppyq886g60mfhpzy-aws-sdk-cpp-1.4.50
- directory tree listing: https://gist.github.com/2faf1d98f152431438b23c93bd489e09
- du listing: https://gist.github.com/9df0b904ab22201191bb2261798bb0a3
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 18aeef04a77..46e6a73433d 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.40";
+  version = "1.4.50";
 
   src = fetchFromGitHub {
     owner = "awslabs";
     repo = "aws-sdk-cpp";
     rev = version;
-    sha256 = "16n5p29pf062mfsn7q8q8hw0ppxb02a0kkakd0vjrybqflpgf42j";
+    sha256 = "1qly5zn7w9j8w6a9pjw25xnr01sfq8dn8g5zrz6xyjgz590fj2x7";
   };
 
   # FIXME: might be nice to put different APIs in different outputs