about summary refs log tree commit diff
path: root/pkgs/development/libraries/aws-c-io
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2023-04-10 00:47:29 +0300
committerArtturin <Artturin@artturin.com>2023-04-10 19:03:41 +0300
commit98992578f72ab9982c728dd239125762f465cb20 (patch)
tree6c4f10947ddb7c245857e9dff200ec7df70309dd /pkgs/development/libraries/aws-c-io
parentfd493aee17a61f05aaa4241dfc27c78b5e36a9ac (diff)
aws-c-io: 0.13.18 -> 0.13.19
Diff: https://github.com/awslabs/aws-c-io/compare/v0.13.18...v0.13.19
Diffstat (limited to 'pkgs/development/libraries/aws-c-io')
-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 34c20b11fcdb8..041edf2a52200 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.18";
+  version = "0.13.19";
 
   src = fetchFromGitHub {
     owner = "awslabs";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-+12vByeXdQDdc0fn5tY8k4QP4qyqqLRuc8vtuvE/AfU=";
+    sha256 = "sha256-6lTAnoBWbwyWpycsaS7dpCC9c4xYws19HCNyTd7aRho=";
   };
 
   nativeBuildInputs = [ cmake ];