aws-c-http 0.7.6 -> 0.7.7 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..33ca0e7da3d 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.7"; src = fetchFromGitHub { owner = "awslabs"; repo = "aws-c-http"; rev = "v${version}"; - sha256 = "sha256-pJGzGbIuz8UJkfmTQEZgXSOMuYixMezNZmgaRlcnmfg="; + sha256 = "sha256-d1l/imActg/+lp/IxDT+wcID9DblAwpM9GYytuknWtw="; }; 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. building build flags: -j16 SHELL=/nix/store/rhvbjmcfnkg8i2dxpzr114cp1ws7f667-bash-5.2-p15/bin/bash [ 3%] Building C object CMakeFiles/aws-c-http.dir/source/connection.c.o [ 7%] Building C object CMakeFiles/aws-c-http.dir/source/connection_monitor.c.o [ 21%] Building C object CMakeFiles/aws-c-http.dir/source/h1_stream.c.o [ 21%] Building C object CMakeFiles/aws-c-http.dir/source/h1_connection.c.o [ 21%] Building C object CMakeFiles/aws-c-http.dir/source/connection_manager.c.o [ 21%] Building C object CMakeFiles/aws-c-http.dir/source/h1_decoder.c.o [ 25%] Building C object CMakeFiles/aws-c-http.dir/source/h1_encoder.c.o [ 28%] Building C object CMakeFiles/aws-c-http.dir/source/h2_connection.c.o [ 32%] Building C object CMakeFiles/aws-c-http.dir/source/h2_decoder.c.o [ 35%] Building C object CMakeFiles/aws-c-http.dir/source/h2_frames.c.o [ 39%] Building C object CMakeFiles/aws-c-http.dir/source/h2_stream.c.o [ 42%] Building C object CMakeFiles/aws-c-http.dir/source/hpack.c.o [ 50%] Building C object CMakeFiles/aws-c-http.dir/source/hpack_decoder.c.o [ 50%] Building C object CMakeFiles/aws-c-http.dir/source/hpack_encoder.c.o [ 53%] Building C object CMakeFiles/aws-c-http.dir/source/hpack_huffman_static.c.o [ 57%] Building C object CMakeFiles/aws-c-http.dir/source/http.c.o /build/source/source/connection.c: In function 'aws_http_client_connect_internal': /build/source/source/connection.c:1103:10: error: 'struct aws_socket_channel_bootstrap_options' has no member named 'host_resolution_override_config' 1103 | .host_resolution_override_config = options.host_resolution_config, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /build/source/source/connection.c:1103:44: warning: excess elements in struct initializer 1103 | .host_resolution_override_config = options.host_resolution_config, | ^~~~~~~ /build/source/source/connection.c:1103:44: note: (near initialization for 'channel_options') make[2]: *** [CMakeFiles/aws-c-http.dir/build.make:76: CMakeFiles/aws-c-http.dir/source/connection.c.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/aws-c-http.dir/all] Error 2 make: *** [Makefile:136: all] Error 2