aws-c-s3 0.2.8 -> 0.3.5 https://repology.org/project/aws-c-s3/versions attrpath: aws-c-s3 Checking auto update branch... An auto update branch exists with message `aws-c-s3: 0.2.2 -> 0.2.5`. New version is 0.3.5. The auto update branch does not match or exceed the new version. [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-s3/default.nix b/pkgs/development/libraries/aws-c-s3/default.nix index 97c7083c669..fc932fab696 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.2.8"; + version = "0.3.5"; src = fetchFromGitHub { owner = "awslabs"; repo = "aws-c-s3"; rev = "v${version}"; - sha256 = "sha256-kwYzsKdEy+e0GxqYcakcdwoaC2LLPZe8E7bZNrmqok0="; + sha256 = "sha256-H4frQnVKNgcuVFHeCcEhhcvxS1iJG1RNM57biyyXHTc="; }; 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_auto_ranged_put.c:1262:22: warning: implicit declaration of function 'aws_future_http_message_is_done' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;] 1262 | AWS_FATAL_ASSERT(aws_future_http_message_is_done(part_prep->on_complete)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /build/source/source/s3_auto_ranged_put.c:1265:5: warning: implicit declaration of function 'aws_future_http_message_release'; did you mean 'aws_http_message_release'? []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;] 1265 | aws_future_http_message_release(part_prep->on_complete); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | aws_http_message_release /build/source/source/s3_auto_ranged_put.c: In function 's_s3_prepare_complete_multipart_upload': /build/source/source/s3_auto_ranged_put.c:1275:54: warning: initialization of 'struct aws_future_http_message *' 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;;] 1275 | struct aws_future_http_message *message_future = aws_future_http_message_new(allocator); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /build/source/source/s3_auto_ranged_put.c:1302:36: warning: assignment to 'struct aws_future_http_message *' 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;;] 1302 | complete_mpu_prep->on_complete = aws_future_http_message_acquire(message_future); | ^ /build/source/source/s3_auto_ranged_put.c: In function 's_s3_prepare_abort_multipart_upload': /build/source/source/s3_auto_ranged_put.c:1420:46: warning: initialization of 'struct aws_future_http_message *' 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;;] 1420 | struct aws_future_http_message *future = aws_future_http_message_new(request->allocator); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /build/source/source/s3_auto_ranged_put.c: In function 's_s3_auto_ranged_put_prepare_request_finish': /build/source/source/s3_auto_ranged_put.c:1436:22: warning: implicit declaration of function 'aws_future_http_message_get_error'; did you mean 'aws_http_message_get_header'? []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;] 1436 | int error_code = aws_future_http_message_get_error(request_prep->asyncstep_prepare_message); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | aws_http_message_get_header /build/source/source/s3_auto_ranged_put.c:1449:9: warning: implicit declaration of function 'aws_future_http_message_get_result_by_move' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;] 1449 | aws_future_http_message_get_result_by_move(request_prep->asyncstep_prepare_message); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /build/source/source/s3_auto_ranged_put.c:1449:9: warning: initialization of 'struct aws_http_message *' 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-s3.dir/build.make:104: CMakeFiles/aws-c-s3.dir/source/s3_auto_ranged_put.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/aws-c-s3.dir/all] Error 2 make: *** [Makefile:136: all] Error 2