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: e1e12c04d323
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: abc001d4133c
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 3, 2018

  1. aws-sdk-cpp: 1.4.33 -> 1.4.40

    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
    - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
    - found 1.4.40 with grep in /nix/store/gd2sihwpr8xipj6k5ych7gzj6024kc54-aws-sdk-cpp-1.4.40
    - directory tree listing: https://gist.github.com/559971e38c15ec82c70c6d9f6f785465
    R. RyanTM committed May 3, 2018
    Copy the full SHA
    aafe5fb View commit details
  2. Merge pull request #39904 from r-ryantm/auto-update/aws-sdk-cpp

    aws-sdk-cpp: 1.4.33 -> 1.4.40
    edolstra authored May 3, 2018
    Copy the full SHA
    abc001d 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.33";
version = "1.4.40";

src = fetchFromGitHub {
owner = "awslabs";
repo = "aws-sdk-cpp";
rev = version;
sha256 = "0fl4m3vsycd35gkrrlqsjlv0myh12bgb0jg3pm548l19qwrc0pm7";
sha256 = "16n5p29pf062mfsn7q8q8hw0ppxb02a0kkakd0vjrybqflpgf42j";
};

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