aws-sdk-cpp: 1.11.207 -> 1.11.296

Diff: https://github.com/aws/aws-sdk-cpp/compare/1.11.207...1.11.296
This commit is contained in:
Mario Rodas
2024-03-28 04:20:00 +00:00
parent 735d7f982e
commit e46643aa40
@@ -27,13 +27,13 @@ in
stdenv.mkDerivation rec {
pname = "aws-sdk-cpp";
version = "1.11.207";
version = "1.11.296";
src = fetchFromGitHub {
owner = "aws";
repo = "aws-sdk-cpp";
rev = version;
sha256 = "sha256-IsPDQJo+TZ2noLefroiWl/Jx8fXmrmY73WHNRO41sik=";
hash = "sha256-yg+OkeUaqwUQGQ5ThIVQUpF2rHm4FuFbcl5gE5WHHOQ=";
};
postPatch = ''