aws-c-mqtt: 0.10.3 -> 0.10.4

Diff: https://github.com/awslabs/aws-c-mqtt/compare/v0.10.3...v0.10.4
This commit is contained in:
Artturin 2024-05-01 04:40:23 +03:00
parent 771faa2876
commit c3462c3f6c

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "aws-c-mqtt";
version = "0.10.3";
version = "0.10.4";
src = fetchFromGitHub {
owner = "awslabs";
repo = "aws-c-mqtt";
rev = "v${version}";
hash = "sha256-MWcXTMwKtFnrNp+OnHxkiYCUXc3IUhM6iTQa+F9JwsQ=";
hash = "sha256-i+ssZzHC8MPfyOaRqvjq0z7w772BJqIA6BwntW1fRek=";
};
nativeBuildInputs = [