Merge pull request #203407 from r-ryantm/auto-update/aws-c-mqtt

aws-c-mqtt: 0.7.13 -> 0.8.0
This commit is contained in:
Mario Rodas 2022-11-29 18:45:55 -05:00 committed by GitHub
commit a5ea138366
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "aws-c-mqtt";
version = "0.7.13";
version = "0.8.0";
src = fetchFromGitHub {
owner = "awslabs";
repo = "aws-c-mqtt";
rev = "v${version}";
sha256 = "sha256-m0PJTJ+yZdJ4zU25g6H80jURPPU7wHuePcgfN6y8SKU=";
sha256 = "sha256-+Ah3D+cgGfunX46Fqv6NSNAOzVwrRdZz6oJKP+tHCmU=";
};
nativeBuildInputs = [