Skip to content

Commit

Permalink
aws-sdk-cpp: 1.1.18 -> 1.3.22
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Dec 14, 2017
1 parent 58dd146 commit 3430b0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/aws-sdk-cpp/default.nix
Expand Up @@ -14,13 +14,13 @@ let
else throw "Unsupported system!";
in stdenv.mkDerivation rec {
name = "aws-sdk-cpp-${version}";
version = "1.1.18";
version = "1.3.22";

src = fetchFromGitHub {
owner = "awslabs";
repo = "aws-sdk-cpp";
rev = version;
sha256 = "1i85zpns3gj5by45ppg4rfk9csix8mjazpyj6dqic40b2wshnw8c";
sha256 = "0sdgy8kqhxnw7n0sw4m3p3ay7yic3rhad5ab8m5lbx61ad9bq3c2";
};

# FIXME: might be nice to put different APIs in different outputs
Expand Down

4 comments on commit 3430b0e

@copumpkin
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@edolstra any objection to me backporting this to 17.09? I want the Internal Error retries for Nix's S3 support

@globin
Copy link
Member

@globin globin commented on 3430b0e Jan 26, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@copumpkin
Copy link
Member

@copumpkin copumpkin commented on 3430b0e Jan 26, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@globin @edolstra I'm gonna have to backport the nixUnstable bumps to make it work as well (the new aws-sdk-cpp doesn't work with the old nixUnstable). I assume that's uncontroversial?

@copumpkin
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've now carried these over on release-17.09

Please sign in to comment.