aws-sdk-cpp: 1.11.318 -> 1.11.336

This commit is contained in:
R. Ryantm 2024-06-04 09:43:21 +00:00
parent c375910128
commit 720d3ed3a8

View File

@ -27,13 +27,13 @@ in
stdenv.mkDerivation rec {
pname = "aws-sdk-cpp";
version = "1.11.318";
version = "1.11.336";
src = fetchFromGitHub {
owner = "aws";
repo = "aws-sdk-cpp";
rev = version;
hash = "sha256-HQNtVCt8vemRVnz0v9TNjUpjYn/IlbgIOeDESt3iI4A=";
hash = "sha256-hetXtXM8HG6V3rAuyf+w+DtlxEcpsyaroZsw0nIJoAw=";
};
postPatch = ''