aws-c-http 0.7.6 -> 0.7.8 https://repology.org/project/aws-c-http/versions attrpath: aws-c-http 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-http/default.nix b/pkgs/development/libraries/aws-c-http/default.nix index 8cb2703147e..45450d2120c 100644 --- a/pkgs/development/libraries/aws-c-http/default.nix +++ b/pkgs/development/libraries/aws-c-http/default.nix @@ -11,13 +11,13 @@ stdenv.mkDerivation rec { pname = "aws-c-http"; - version = "0.7.6"; + version = "0.7.8"; src = fetchFromGitHub { owner = "awslabs"; repo = "aws-c-http"; rev = "v${version}"; - sha256 = "sha256-pJGzGbIuz8UJkfmTQEZgXSOMuYixMezNZmgaRlcnmfg="; + sha256 = "sha256-gvlQqDgei2pEKl+GMib9trcuTbr1ytlkdAbg3VycKSY="; }; 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-http nix build failed. | ~~~~~~ /build/source/include/aws/http/proxy.h:571:27: error: expected ';' before 'enum' 571 | AWS_POP_SANE_WARNING_LEVEL | ^ | ; make[2]: *** [CMakeFiles/aws-c-http.dir/build.make:160: CMakeFiles/aws-c-http.dir/source/h1_stream.c.o] Error 1 make[2]: *** [CMakeFiles/aws-c-http.dir/build.make:146: CMakeFiles/aws-c-http.dir/source/h1_encoder.c.o] Error 1 /build/source/source/connection.c: In function 'aws_http_connection_get_remote_endpoint': /build/source/source/connection.c:376:39: warning: implicit declaration of function 'aws_socket_handler_get_socket'; did you mean 'aws_socket_handler_new'? []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;] 376 | const struct aws_socket *socket = aws_socket_handler_get_socket(socket_slot->handler); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | aws_socket_handler_new /build/source/source/connection.c:376:39: warning: initialization of 'const struct aws_socket *' from 'int' makes pointer from integer without a cast []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wint-conversion-Wint-conversion]8;;] make[2]: *** [CMakeFiles/aws-c-http.dir/build.make:118: CMakeFiles/aws-c-http.dir/source/h1_connection.c.o] Error 1 make[2]: *** [CMakeFiles/aws-c-http.dir/build.make:202: CMakeFiles/aws-c-http.dir/source/h2_frames.c.o] Error 1 /build/source/source/connection.c: In function 'aws_http_client_connect_internal': /build/source/source/connection.c:1114:10: error: 'struct aws_socket_channel_bootstrap_options' has no member named 'host_resolution_override_config' 1114 | .host_resolution_override_config = options.host_resolution_config, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /build/source/source/connection.c:1114:44: warning: excess elements in struct initializer 1114 | .host_resolution_override_config = options.host_resolution_config, | ^~~~~~~ /build/source/source/connection.c:1114:44: note: (near initialization for 'channel_options') make[2]: *** [CMakeFiles/aws-c-http.dir/build.make:188: CMakeFiles/aws-c-http.dir/source/h2_decoder.c.o] Error 1 make[2]: *** [CMakeFiles/aws-c-http.dir/build.make:90: CMakeFiles/aws-c-http.dir/source/connection_manager.c.o] Error 1 make[2]: *** [CMakeFiles/aws-c-http.dir/build.make:216: CMakeFiles/aws-c-http.dir/source/h2_stream.c.o] Error 1 make[2]: *** [CMakeFiles/aws-c-http.dir/build.make:76: CMakeFiles/aws-c-http.dir/source/connection.c.o] Error 1 make[2]: *** [CMakeFiles/aws-c-http.dir/build.make:174: CMakeFiles/aws-c-http.dir/source/h2_connection.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/aws-c-http.dir/all] Error 2 make: *** [Makefile:136: all] Error 2