lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

aws-c-mqtt: 0.9.10 -> 0.10.3

Diff: https://github.com/awslabs/aws-c-mqtt/compare/v0.9.10...v0.10.3

+2 -2
+2 -2
pkgs/development/libraries/aws-c-mqtt/default.nix
··· 13 13 14 14 stdenv.mkDerivation rec { 15 15 pname = "aws-c-mqtt"; 16 - version = "0.9.10"; 16 + version = "0.10.3"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "awslabs"; 20 20 repo = "aws-c-mqtt"; 21 21 rev = "v${version}"; 22 - sha256 = "sha256-hxisqBUARJLtmZniXaZ2th0hqWiKn4XQIy6I0Oz/kUs="; 22 + hash = "sha256-MWcXTMwKtFnrNp+OnHxkiYCUXc3IUhM6iTQa+F9JwsQ="; 23 23 }; 24 24 25 25 nativeBuildInputs = [