about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-11-11 07:50:35 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-11-11 07:50:35 +0000
commit89979d51dff05a6243a036ae775485ae95cada37 (patch)
treedd9532037a3fe19b17bf8291539372faae64d9c2
parentd86977fda8198644dabb84658d36d5d99cfe2af2 (diff)
aws-c-io: 0.13.6 -> 0.13.8
-rw-r--r--pkgs/development/libraries/aws-c-io/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/aws-c-io/default.nix b/pkgs/development/libraries/aws-c-io/default.nix
index 232efd2eec5cd..2b0ae543a7e40 100644
--- a/pkgs/development/libraries/aws-c-io/default.nix
+++ b/pkgs/development/libraries/aws-c-io/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "aws-c-io";
-  version = "0.13.6";
+  version = "0.13.8";
 
   src = fetchFromGitHub {
     owner = "awslabs";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-axFhFGeJhfqb4zu5u9an0pgpVDe+OyT+7A5SlAs502I=";
+    sha256 = "sha256-6h0Qd7pOtCCiYTpYr8PwxxN/DlJlXwrS2Y/Cs+o8cuE=";
   };
 
   nativeBuildInputs = [ cmake ];