aws-c-mqtt 0.8.2 -> 0.8.4 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 802421d25a9..aab3dec1239 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.2"; + version = "0.8.4"; src = fetchFromGitHub { owner = "awslabs"; repo = "aws-c-mqtt"; rev = "v${version}"; - sha256 = "sha256-C8Ge+dSW/n9dh3MyZt/uOya3ONsC6Ji+59yylL7h8kY="; + sha256 = "sha256-33D+XcNH5e8ty/rckuJFMMP7xG0IhG5wl8Thvu9b7hM="; }; 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:1320:12: error: variable 'websocket_setup' has initializer but incomplete type 1320 | struct aws_websocket_on_connection_setup_data websocket_setup = {.error_code = error_code}; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /build/source/source/client.c:1320:71: error: 'struct aws_websocket_on_connection_setup_data' has no member named 'error_code' 1320 | struct aws_websocket_on_connection_setup_data websocket_setup = {.error_code = error_code}; | ^~~~~~~~~~ /build/source/source/client.c:1320:84: warning: excess elements in struct initializer 1320 | struct aws_websocket_on_connection_setup_data websocket_setup = {.error_code = error_code}; | ^~~~~~~~~~ /build/source/source/client.c:1320:84: note: (near initialization for 'websocket_setup') /build/source/source/client.c:1320:51: error: storage size of 'websocket_setup' isn't known 1320 | struct aws_websocket_on_connection_setup_data websocket_setup = {.error_code = error_code}; | ^~~~~~~~~~~~~~~ /build/source/source/client.c:1320:51: warning: unused variable 'websocket_setup' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable]8;;] /build/source/source/v5/mqtt5_client.c:974:71: error: 'struct aws_websocket_on_connection_setup_data' has no member named 'error_code' 974 | struct aws_websocket_on_connection_setup_data websocket_setup = {.error_code = error_code}; | ^~~~~~~~~~ /build/source/source/v5/mqtt5_client.c:974:84: warning: excess elements in struct initializer 974 | struct aws_websocket_on_connection_setup_data websocket_setup = {.error_code = error_code}; | ^~~~~~~~~~ /build/source/source/v5/mqtt5_client.c:974:84: note: (near initialization for 'websocket_setup') /build/source/source/v5/mqtt5_client.c:974:51: error: storage size of 'websocket_setup' isn't known 974 | struct aws_websocket_on_connection_setup_data websocket_setup = {.error_code = error_code}; | ^~~~~~~~~~~~~~~ /build/source/source/v5/mqtt5_client.c:974:51: warning: unused variable 'websocket_setup' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable]8;;] make[2]: *** [CMakeFiles/aws-c-mqtt.dir/build.make:76: CMakeFiles/aws-c-mqtt.dir/source/client.c.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [CMakeFiles/aws-c-mqtt.dir/build.make:174: CMakeFiles/aws-c-mqtt.dir/source/v5/mqtt5_client.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/aws-c-mqtt.dir/all] Error 2 make: *** [Makefile:136: all] Error 2