Merge pull request #41630 from dtzWill/update/aws-sdk-cpp-1.4.60

aws-sdk-cpp: 1.4.50 -> 1.4.60

authored by Will Dietz and committed by GitHub d1eb2550 924edffb

+2 -2
+2 -2
pkgs/development/libraries/aws-sdk-cpp/default.nix
··· 15 else throw "Unsupported system!"; 16 in stdenv.mkDerivation rec { 17 name = "aws-sdk-cpp-${version}"; 18 - version = "1.4.50"; 19 20 src = fetchFromGitHub { 21 owner = "awslabs"; 22 repo = "aws-sdk-cpp"; 23 rev = version; 24 - sha256 = "1qly5zn7w9j8w6a9pjw25xnr01sfq8dn8g5zrz6xyjgz590fj2x7"; 25 }; 26 27 # FIXME: might be nice to put different APIs in different outputs
··· 15 else throw "Unsupported system!"; 16 in stdenv.mkDerivation rec { 17 name = "aws-sdk-cpp-${version}"; 18 + version = "1.4.60"; 19 20 src = fetchFromGitHub { 21 owner = "awslabs"; 22 repo = "aws-sdk-cpp"; 23 rev = version; 24 + sha256 = "0zn1pyhn37w8di9byq5p3y886hsgf5569bmxiqb7bvjcrhnlb83l"; 25 }; 26 27 # FIXME: might be nice to put different APIs in different outputs