aws-c-s3 0.4.0 -> 0.4.9 https://repology.org/project/aws-c-s3/versions attrpath: aws-c-s3 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/libraries/aws-c-s3/default.nix b/pkgs/development/libraries/aws-c-s3/default.nix index b3051916fbb8..5488cb927f7e 100644 --- a/pkgs/development/libraries/aws-c-s3/default.nix +++ b/pkgs/development/libraries/aws-c-s3/default.nix @@ -14,13 +14,13 @@ stdenv.mkDerivation rec { pname = "aws-c-s3"; - version = "0.4.0"; + version = "0.4.9"; src = fetchFromGitHub { owner = "awslabs"; repo = "aws-c-s3"; rev = "v${version}"; - sha256 = "sha256-tb9h78Gd4N11DPB2ETq241lvDQqHIy2HYBsJrBlLpxA="; + sha256 = "sha256-xcX2RkSBzRb8Z9P0Pqg4WdbLnzftARYSn1RjGopVzpM="; }; 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-s3 nix build failed. /build/source/source/s3_client.c:302:53: error: 'AWS_SIGNING_ALGORITHM_V4_S3EXPRESS' undeclared (first use in this function); did you mean 'AWS_SIGNING_ALGORITHM_V4_ASYMMETRIC'? 302 | client_config->signing_config->algorithm == AWS_SIGNING_ALGORITHM_V4_S3EXPRESS) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | AWS_SIGNING_ALGORITHM_V4_ASYMMETRIC /build/source/source/s3_client.c:302:53: note: each undeclared identifier is reported only once for each function it appears in /build/source/source/s3_meta_request.c: In function 'aws_s3_meta_request_sign_request_default': /build/source/source/s3_meta_request.c:924:37: error: 'AWS_SIGNING_ALGORITHM_V4_S3EXPRESS' undeclared (first use in this function); did you mean 'AWS_SIGNING_ALGORITHM_V4_ASYMMETRIC'? 924 | if (signing_config.algorithm == AWS_SIGNING_ALGORITHM_V4_S3EXPRESS) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | AWS_SIGNING_ALGORITHM_V4_ASYMMETRIC /build/source/source/s3_meta_request.c: In function 'aws_s3_meta_request_cancel_cancellable_requests_synced': /build/source/source/s3_meta_request.c:1759:9: warning: implicit declaration of function 'aws_http_stream_cancel'; did you mean 'aws_http2_stream_reset'? []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;] 1759 | aws_http_stream_cancel(request->synced_data.cancellable_http_stream, error_code); | ^~~~~~~~~~~~~~~~~~~~~~ | aws_http2_stream_reset /build/source/source/s3_client.c: In function 'aws_s3_client_make_meta_request': /build/source/source/s3_client.c:850:71: error: 'AWS_SIGNING_ALGORITHM_V4_S3EXPRESS' undeclared (first use in this function); did you mean 'AWS_SIGNING_ALGORITHM_V4_ASYMMETRIC'? 850 | use_s3express_signing = options->signing_config->algorithm == AWS_SIGNING_ALGORITHM_V4_S3EXPRESS; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | AWS_SIGNING_ALGORITHM_V4_ASYMMETRIC /build/source/source/s3_client.c: In function 's_s3_client_meta_request_factory_default': /build/source/source/s3_client.c:1186:28: warning: implicit declaration of function 'aws_query_string_next_param'; did you mean 'aws_uri_query_string_next_param'? []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;] 1186 | while (aws_query_string_next_param(sub_string, ¶m)) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | aws_uri_query_string_next_param make[2]: *** [CMakeFiles/aws-c-s3.dir/build.make:258: CMakeFiles/aws-c-s3.dir/source/s3_meta_request.c.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [CMakeFiles/aws-c-s3.dir/build.make:174: CMakeFiles/aws-c-s3.dir/source/s3_client.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/aws-c-s3.dir/all] Error 2 make: *** [Makefile:136: all] Error 2