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. from /build/source/include/aws/http/private/h2_connection.h:14, from /build/source/source/h2_stream.c:9: /build/source/include/aws/http/server.h:11:28: error: expected ';' before 'struct' 11 | AWS_PUSH_SANE_WARNING_LEVEL | ^ | ; 12 | 13 | struct aws_http_connection; | ~~~~~~ /build/source/include/aws/http/server.h:199:27: error: expected ';' before 'typedef' 199 | AWS_POP_SANE_WARNING_LEVEL | ^ | ; In file included from /build/source/include/aws/http/private/h2_connection.h:16: /build/source/include/aws/http/statistics.h:13:28: error: expected ';' before 'enum' 13 | AWS_PUSH_SANE_WARNING_LEVEL | ^ | ; 14 | 15 | enum aws_crt_http_statistics_category { | ~~~~ /build/source/include/aws/http/statistics.h:76:27: error: expected ';' before 'struct' 76 | AWS_POP_SANE_WARNING_LEVEL | ^ | ; 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:174: CMakeFiles/aws-c-http.dir/source/h2_connection.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[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/aws-c-http.dir/all] Error 2 make: *** [Makefile:136: all] Error 2