Skip to content

Commit

Permalink
aws-sdk-cpp: 1.11.448 -> 1.11.448
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin committed Nov 15, 2024
1 parent cb85241 commit 23fd335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/aws-sdk-cpp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ in

stdenv.mkDerivation rec {
pname = "aws-sdk-cpp";
version = "1.11.336";
version = "1.11.448";

src = fetchFromGitHub {
owner = "aws";
repo = "aws-sdk-cpp";
rev = version;
hash = "sha256-hetXtXM8HG6V3rAuyf+w+DtlxEcpsyaroZsw0nIJoAw=";
hash = "sha256-K0UFs7vOeZeQIs3G5L4FfEWXDGTXT9ssr/vQwa1l2lw=";
};

postPatch = ''
Expand Down

0 comments on commit 23fd335

Please sign in to comment.