aws-c-common: 0.9.15 -> 0.9.17

Diff: https://github.com/awslabs/aws-c-common/compare/v0.9.15...v0.9.17
This commit is contained in:
Artturin 2024-05-01 04:40:18 +03:00
parent fdf91cceb1
commit 771faa2876

View File

@ -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 ];