aws-c-mqtt 0.8.4 -> 0.8.10 https://repology.org/project/aws-c-mqtt/versions 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 aab3dec1239..d2669b36b29 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.4"; + version = "0.8.10"; src = fetchFromGitHub { owner = "awslabs"; repo = "aws-c-mqtt"; rev = "v${version}"; - sha256 = "sha256-33D+XcNH5e8ty/rckuJFMMP7xG0IhG5wl8Thvu9b7hM="; + sha256 = "sha256-Wf4HGEgzGqdtNl4P14jsPu/CvFJpyJAVwhEXHvwh9PI="; }; 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:891:42: error: incompatible types when assigning to type 'struct aws_host_resolution_config' from type 'int' /build/source/source/client.c:892:39: error: 'struct aws_host_resolution_config' has no member named 'resolve_frequency_ns' 892 | connection->host_resolution_config.resolve_frequency_ns = | ^ /build/source/source/client.c: In function 's_websocket_handshake_transform_complete': /build/source/source/client.c:1362:10: error: 'struct aws_websocket_client_connection_options' has no member named 'host_resolution_config' 1362 | .host_resolution_config = &connection->host_resolution_config, | ^~~~~~~~~~~~~~~~~~~~~~ /build/source/source/client.c:1362:35: warning: excess elements in struct initializer 1362 | .host_resolution_config = &connection->host_resolution_config, | ^ /build/source/source/client.c:1362:35: note: (near initialization for 'websocket_options') /build/source/source/client.c: In function 's_mqtt_client_connect': /build/source/source/client.c:1652:24: error: 'struct aws_socket_channel_bootstrap_options' has no member named 'host_resolution_override_config' 1652 | channel_options.host_resolution_override_config = &connection->host_resolution_config; | ^ /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:188: CMakeFiles/aws-c-mqtt.dir/source/v5/mqtt5_client.c.o] Error 1 make[2]: *** [CMakeFiles/aws-c-mqtt.dir/build.make:244: CMakeFiles/aws-c-mqtt.dir/source/v5/mqtt5_options_storage.c.o] Error 1 make[2]: *** [CMakeFiles/aws-c-mqtt.dir/build.make:76: CMakeFiles/aws-c-mqtt.dir/source/client.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/aws-c-mqtt.dir/all] Error 2 make: *** [Makefile:136: all] Error 2