aws-c-s3 0.3.13 -> 0.3.16 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 [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 ca07b930109e..fc1c00a9f46f 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.3.13"; + version = "0.3.16"; src = fetchFromGitHub { owner = "awslabs"; repo = "aws-c-s3"; rev = "v${version}"; - sha256 = "sha256-SXMDyzQ8hjPx9q9GhE11lYjj3IZY35mvUWELlYQmgGU="; + sha256 = "sha256-Q1ulixdas8bHiHoZhnzaYjstGGYENQRRpjN/i3tOwZg="; }; 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. 365 | .on_root_encountered = s_on_root_node_encountered, | ^~~~~~~~~~~~~~~~~~~ /build/source/source/s3_paginator.c:365:32: warning: excess elements in struct initializer 365 | .on_root_encountered = s_on_root_node_encountered, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /build/source/source/s3_paginator.c:365:32: note: (near initialization for 'parser_options') /build/source/source/s3_paginator.c:366:10: error: 'struct aws_xml_parser_options' has no member named 'user_data' 366 | .user_data = &wrapper, | ^~~~~~~~~ /build/source/source/s3_paginator.c:366:22: warning: excess elements in struct initializer 366 | .user_data = &wrapper, | ^ /build/source/source/s3_paginator.c:366:22: note: (near initialization for 'parser_options') /build/source/source/s3_paginator.c:368:9: warning: implicit declaration of function 'aws_xml_parse'; did you mean 'aws_xml_parser_new'? []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;] 368 | if (aws_xml_parse(operation->allocator, &parser_options) != AWS_OP_SUCCESS) { | ^~~~~~~~~~~~~ | aws_xml_parser_new make[2]: *** [CMakeFiles/aws-c-s3.dir/build.make:258: CMakeFiles/aws-c-s3.dir/source/s3_paginator.c.o] Error 1 /build/source/source/s3_meta_request.c: In function 's_s3_meta_request_error_code_from_response_body': /build/source/source/s3_meta_request.c:1197:33: error: 'AWS_ERROR_INVALID_XML' undeclared (first use in this function); did you mean 'AWS_ERROR_INVALID_UTF8'? 1197 | if (aws_last_error() == AWS_ERROR_INVALID_XML || aws_last_error() == AWS_ERROR_STRING_MATCH_NOT_FOUND) { | ^~~~~~~~~~~~~~~~~~~~~ | AWS_ERROR_INVALID_UTF8 /build/source/source/s3_meta_request.c:1197:33: note: each undeclared identifier is reported only once for each function it appears in /build/source/source/s3_meta_request.c:1213:1: warning: control reaches end of non-void function []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreturn-type-Wreturn-type]8;;] 1213 | } | ^ make[2]: *** [CMakeFiles/aws-c-s3.dir/build.make:244: CMakeFiles/aws-c-s3.dir/source/s3_meta_request.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/aws-c-s3.dir/all] Error 2 make: *** [Makefile:136: all] Error 2