Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ea6279c301fb
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 24cb9ddfc04e
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 24, 2018

  1. aws-sdk-cpp: 1.4.82 -> 1.5.17

    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.
    R. RyanTM committed Aug 24, 2018
    Copy the full SHA
    65c2e09 View commit details

Commits on Aug 25, 2018

  1. Merge pull request #45614 from r-ryantm/auto-update/aws-sdk-cpp

    aws-sdk-cpp: 1.4.82 -> 1.5.17
    infinisil authored Aug 25, 2018
    Copy the full SHA
    24cb9dd View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/aws-sdk-cpp/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/aws-sdk-cpp/default.nix
Original file line number Diff line number Diff line change
@@ -15,13 +15,13 @@ let
else throw "Unsupported system!";
in stdenv.mkDerivation rec {
name = "aws-sdk-cpp-${version}";
version = "1.4.82";
version = "1.5.17";

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

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