summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-11-21 08:01:25 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-11-21 08:01:25 +0000
commit85c5ea3834336bacd0fad204dc9fbace0d538f2a (patch)
tree193443e6aeaf805a4b8b9bf231c8205e42b15fc9 /pkgs/development
parent6ee0a023cdd54dd5aa5fbd4b0e659f57c88e25c7 (diff)
aws-c-io: 0.13.9 -> 0.13.11
Diffstat (limited to 'pkgs/development')
-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 4bb38144763e2..3f3ade4065e1c 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.9";
+  version = "0.13.11";
 
   src = fetchFromGitHub {
     owner = "awslabs";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-G7FYWrpg4TLsfK6C3JCTWkZ65iu3+gF3To5qYgUAqb0=";
+    sha256 = "sha256-3HNfEZ/PMHLhPp7boYyY/x5wXN9Eg+G1400q1riG2oI=";
   };
 
   nativeBuildInputs = [ cmake ];