summary refs log tree commit diff
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2023-07-16 01:03:40 +0300
committerArtturin <Artturin@artturin.com>2023-07-16 02:45:39 +0300
commit213fb14d1f90ce6e81edee897adf6f618f2fa6fd (patch)
treef3c1f4e54c23ecb0e974f4925e92a44c886e0306
parent7df07b059dd34b17c7533ac4416c312f93ec3988 (diff)
downloadnixpkgs-213fb14d1f90ce6e81edee897adf6f618f2fa6fd.tar
nixpkgs-213fb14d1f90ce6e81edee897adf6f618f2fa6fd.tar.gz
nixpkgs-213fb14d1f90ce6e81edee897adf6f618f2fa6fd.tar.bz2
nixpkgs-213fb14d1f90ce6e81edee897adf6f618f2fa6fd.tar.lz
nixpkgs-213fb14d1f90ce6e81edee897adf6f618f2fa6fd.tar.xz
nixpkgs-213fb14d1f90ce6e81edee897adf6f618f2fa6fd.tar.zst
nixpkgs-213fb14d1f90ce6e81edee897adf6f618f2fa6fd.zip
aws-sdk-cpp: 1.11.37 -> 1.11.118
Diff: https://github.com/aws/aws-sdk-cpp/compare/1.11.37...1.11.118
-rw-r--r--pkgs/development/libraries/aws-sdk-cpp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/aws-sdk-cpp/default.nix b/pkgs/development/libraries/aws-sdk-cpp/default.nix
index 68ea4412283..24b1dc681f0 100644
--- a/pkgs/development/libraries/aws-sdk-cpp/default.nix
+++ b/pkgs/development/libraries/aws-sdk-cpp/default.nix
@@ -24,13 +24,13 @@ in
 
 stdenv.mkDerivation rec {
   pname = "aws-sdk-cpp";
-  version = "1.11.37";
+  version = "1.11.118";
 
   src = fetchFromGitHub {
     owner = "aws";
     repo = "aws-sdk-cpp";
     rev = version;
-    sha256 = "sha256-C1PdLNagoIMk9/AAV2Pp7kWcspasJtN9Tx679FnEprc=";
+    sha256 = "sha256-jqGXh8xLD2gIjV9kSvlldrxA5TxTTXQoC/B66FVprvk=";
   };
 
   patches = [