summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2023-03-07 03:35:52 +0100
committerGitHub <noreply@github.com>2023-03-07 03:35:52 +0100
commitf378cf8113cbfe99df5c4d48961ad385c3399db8 (patch)
treedc35e44d1bfda6da7d2f7b9862e46b30abd97b57
parent67d18c846e7c3ed74153040cf3f148e832c52348 (diff)
parent22561466b0d5fb333d0a065f4b70553d69f56348 (diff)
Merge pull request #219908 from r-ryantm/auto-update/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 28f13d50f784..34c20b11fcdb 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.15";
+ version = "0.13.18";
src = fetchFromGitHub {
owner = "awslabs";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-UunYt5S8Xz/EZOojl+by3LaHidBE/P4Uwppm4SeHVP0=";
+ sha256 = "sha256-+12vByeXdQDdc0fn5tY8k4QP4qyqqLRuc8vtuvE/AfU=";
};
nativeBuildInputs = [ cmake ];