about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRyan Burns <rtburns@protonmail.com>2022-02-15 23:05:16 -0800
committerRyan Burns <rtburns@protonmail.com>2022-02-15 23:05:16 -0800
commit1e32003cffe2fcb049e9dfddf7ee1cde1f39ae5a (patch)
tree15719e268034e631dd2b357ece4f0d583d967425
parent4a14095708f4e3e6450fcb71d8b0aa503da620a6 (diff)
aws-c-io: 0.10.13 -> 0.10.19
-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 2cfba1bd2046e..f19a69fc45737 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.10.13";
+  version = "0.10.19";
 
   src = fetchFromGitHub {
     owner = "awslabs";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-wdsSxEY9FwJoqdi0S8TNoyq8oxoZORKWeorsSpn+1IY=";
+    sha256 = "sha256-dPstIWB+wuMJi+EfecPKw0WD1c3IvHS+L1XU72xrAoc=";
   };
 
   nativeBuildInputs = [ cmake ];