aws-c-mqtt 0.8.8 -> 0.8.12 https://github.com/awslabs/aws-c-mqtt/releases attrpath: aws-c-mqtt Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/libraries/aws-c-mqtt/default.nix b/pkgs/development/libraries/aws-c-mqtt/default.nix index 5f3fda00c52..efddbd59558 100644 --- a/pkgs/development/libraries/aws-c-mqtt/default.nix +++ b/pkgs/development/libraries/aws-c-mqtt/default.nix @@ -13,13 +13,13 @@ stdenv.mkDerivation rec { pname = "aws-c-mqtt"; - version = "0.8.8"; + version = "0.8.12"; src = fetchFromGitHub { owner = "awslabs"; repo = "aws-c-mqtt"; rev = "v${version}"; - sha256 = "sha256-bt5Qjw+CqgTfi/Ibhc4AwmJxr22Q6m3ygpmeMhvQTT0="; + sha256 = "sha256-TQZAIgfhnqe/HQNZlk3NGNhN0isMdimOR+2yknWrdo0="; }; nativeBuildInputs = [ Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A aws-c-mqtt nix build failed. 23 | 24 | struct aws_allocator; | ~~~~~~ make[2]: *** [CMakeFiles/aws-c-mqtt.dir/build.make:76: CMakeFiles/aws-c-mqtt.dir/source/client.c.o] Error 1 /build/source/include/aws/mqtt/v5/mqtt5_client.h:816:1: error: unknown type name 'AWS_POP_SANE_WARNING_LEVEL' 816 | AWS_POP_SANE_WARNING_LEVEL | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /build/source/include/aws/mqtt/private/v5/mqtt5_options_storage.h:20: /build/source/include/aws/mqtt/v5/mqtt5_packet_storage.h:21:28: error: expected ';' before 'struct' 21 | AWS_PUSH_SANE_WARNING_LEVEL | ^ | ; 22 | 23 | struct aws_mqtt5_user_property_set { | ~~~~~~ /build/source/include/aws/mqtt/v5/mqtt5_packet_storage.h:337:27: error: expected ';' before 'struct' 337 | AWS_POP_SANE_WARNING_LEVEL | ^ | ; /build/source/source/v5/mqtt5_options_storage.c: In function 'aws_mqtt5_client_options_storage_new': /build/source/source/v5/mqtt5_options_storage.c:3963:53: warning: implicit declaration of function 'aws_host_resolver_init_default_resolution_config' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;] 3963 | options_storage->host_resolution_override = aws_host_resolver_init_default_resolution_config(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /build/source/source/v5/mqtt5_options_storage.c:3963:53: error: incompatible types when assigning to type 'struct aws_host_resolution_config' from type 'int' /build/source/source/v5/mqtt5_options_storage.c:3964:50: error: 'struct aws_host_resolution_config' has no member named 'resolve_frequency_ns' 3964 | options_storage->host_resolution_override.resolve_frequency_ns = aws_timestamp_convert( | ^ make[2]: *** [CMakeFiles/aws-c-mqtt.dir/build.make:258: CMakeFiles/aws-c-mqtt.dir/source/v5/mqtt5_options_storage.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/aws-c-mqtt.dir/all] Error 2 make: *** [Makefile:136: all] Error 2