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. /build/source/source/client.c:1347:35: warning: excess elements in struct initializer 1347 | .host_resolution_config = &connection->host_resolution_config, | ^ /build/source/source/client.c:1347:35: note: (near initialization for 'websocket_options') make[2]: *** [CMakeFiles/aws-c-mqtt.dir/build.make:216: CMakeFiles/aws-c-mqtt.dir/source/v5/mqtt5_decoder.c.o] Error 1 /build/source/source/client.c: In function 's_mqtt_client_connect': /build/source/source/client.c:1641:24: error: 'struct aws_socket_channel_bootstrap_options' has no member named 'host_resolution_override_config' 1641 | channel_options.host_resolution_override_config = &connection->host_resolution_config; | ^ make[2]: *** [CMakeFiles/aws-c-mqtt.dir/build.make:202: CMakeFiles/aws-c-mqtt.dir/source/v5/mqtt5_client.c.o] Error 1 /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( | ^ /build/source/source/client.c: In function 'aws_mqtt_client_connection_new': /build/source/source/client.c:3475:42: 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;;] 3475 | connection->host_resolution_config = aws_host_resolver_init_default_resolution_config(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /build/source/source/client.c:3475:42: error: incompatible types when assigning to type 'struct aws_host_resolution_config' from type 'int' /build/source/source/client.c:3476:39: error: 'struct aws_host_resolution_config' has no member named 'resolve_frequency_ns' 3476 | connection->host_resolution_config.resolve_frequency_ns = | ^ make[2]: *** [CMakeFiles/aws-c-mqtt.dir/build.make:76: CMakeFiles/aws-c-mqtt.dir/source/client.c.o] Error 1 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