aws-c-http 0.7.6 -> 0.7.10 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..b22dff72dae 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.10"; src = fetchFromGitHub { owner = "awslabs"; repo = "aws-c-http"; rev = "v${version}"; - sha256 = "sha256-pJGzGbIuz8UJkfmTQEZgXSOMuYixMezNZmgaRlcnmfg="; + sha256 = "sha256-GRi7KrYKLGNmoyqO1OPWDyd4jyMDU5hysJ7i3dfBTGA="; }; 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. 11 | AWS_PUSH_SANE_WARNING_LEVEL | ^ | ; 12 | 13 | struct aws_client_bootstrap; | ~~~~~~ In file included from /build/source/include/aws/http/private/hpack.h:8, from /build/source/include/aws/http/private/h2_frames.h:10: /build/source/include/aws/http/request_response.h:11:10: fatal error: aws/io/future.h: No such file or directory 11 | #include  | ^~~~~~~~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/aws-c-http.dir/build.make:202: CMakeFiles/aws-c-http.dir/source/h2_frames.c.o] Error 1 In file included from /build/source/include/aws/http/request_response.h:9, from /build/source/include/aws/http/private/hpack.h:8, from /build/source/source/http.c:8: /build/source/include/aws/http/http.h:13:28: error: expected ';' before 'enum' 13 | AWS_PUSH_SANE_WARNING_LEVEL | ^ | ; ...... 17 | enum aws_http_errors { | ~~~~ /build/source/include/aws/http/request_response.h:11:10: fatal error: aws/io/future.h: No such file or directory 11 | #include  | ^~~~~~~~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/aws-c-http.dir/build.make:286: CMakeFiles/aws-c-http.dir/source/http.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/aws-c-http.dir/all] Error 2 make: *** [Makefile:136: all] Error 2