Merge pull request #312512 from r-ryantm/auto-update/aws-c-common

aws-c-common: 0.9.17 -> 0.9.21
This commit is contained in:
Sandro 2024-06-13 18:57:50 +02:00 committed by GitHub
commit e45a346842
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "aws-c-common";
version = "0.9.17";
version = "0.9.21";
src = fetchFromGitHub {
owner = "awslabs";
repo = pname;
rev = "v${version}";
hash = "sha256-Ee3wkgIOTsZn2PgHoaO5HqblXuOacuKm5vUwkl4Dg+4=";
hash = "sha256-lJCQPatwZeHpuzQni6SMMGYBH4iESQH8ofFgmRbxtnM=";
};
nativeBuildInputs = [ cmake ];