summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2024-05-01 04:40:18 +0300
committerArtturin <Artturin@artturin.com>2024-05-01 04:40:18 +0300
commit771faa2876fba839d77244b60d14996dd73027d1 (patch)
tree1571086a27a031a70fa864e055155304c4772283
parentfdf91cceb1eca73fb33dfa9d324a968072333c8e (diff)
aws-c-common: 0.9.15 -> 0.9.17
Diff: https://github.com/awslabs/aws-c-common/compare/v0.9.15...v0.9.17
-rw-r--r--pkgs/development/libraries/aws-c-common/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/aws-c-common/default.nix b/pkgs/development/libraries/aws-c-common/default.nix
index 48b4e5ef11d3..5cf9de861cdf 100644
--- a/pkgs/development/libraries/aws-c-common/default.nix
+++ b/pkgs/development/libraries/aws-c-common/default.nix
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "aws-c-common";
- version = "0.9.15";
+ version = "0.9.17";
src = fetchFromGitHub {
owner = "awslabs";
repo = pname;
rev = "v${version}";
- hash = "sha256-x5bFBiFFcx6X+ZDtIkHe+ikMTrl2REK3QnqTaXExahM=";
+ hash = "sha256-Ee3wkgIOTsZn2PgHoaO5HqblXuOacuKm5vUwkl4Dg+4=";
};
nativeBuildInputs = [ cmake ];