aws-c-auth 0.7.0 -> 0.7.6 https://repology.org/project/aws-c-auth/versions attrpath: aws-c-auth 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 [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/libraries/aws-c-auth/default.nix b/pkgs/development/libraries/aws-c-auth/default.nix index 7a57315a5f4d..78b80a47a93f 100644 --- a/pkgs/development/libraries/aws-c-auth/default.nix +++ b/pkgs/development/libraries/aws-c-auth/default.nix @@ -14,13 +14,13 @@ stdenv.mkDerivation rec { pname = "aws-c-auth"; - version = "0.7.0"; + version = "0.7.6"; src = fetchFromGitHub { owner = "awslabs"; repo = "aws-c-auth"; rev = "v${version}"; - sha256 = "sha256-DzUobQ8qZNb83CwVKK9E1V51uHHo22nlBGKdN55W7UY="; + sha256 = "sha256-a0SA0qpHlst/r0Pdlda6tx9WPNi8e9B30Pac0+y2New="; }; 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-auth nix build failed. 75 | int aws_xml_node_as_body(struct aws_xml_parser *parser, struct aws_xml_node *node, struct aws_byte_cursor *out_body); | ~~~~~~~~~~~~~~~~~~~~~^~~~ /build/source/source/credentials_provider_sts.c:251:13: error: too few arguments to function 'aws_xml_node_as_body' 251 | if (aws_xml_node_as_body(node, &credential_data)) { | ^~~~~~~~~~~~~~~~~~~~ /nix/store/g34d9b40r8das54c1km0865qk0a8kjsm-aws-c-common-0.8.23/include/aws/common/xml_parser.h:75:5: note: declared here 75 | int aws_xml_node_as_body(struct aws_xml_parser *parser, struct aws_xml_node *node, struct aws_byte_cursor *out_body); | ^~~~~~~~~~~~~~~~~~~~ /build/source/source/credentials_provider_sts.c: In function 's_on_stream_complete_fn': /build/source/source/credentials_provider_sts.c:349:14: error: 'struct aws_xml_parser_options' has no member named 'on_root_encountered' 349 | .on_root_encountered = s_sts_xml_on_root, | ^~~~~~~~~~~~~~~~~~~ /build/source/source/credentials_provider_sts.c:349:36: warning: initialization of 'long unsigned int' from 'int (*)(struct aws_xml_node *, void *)' makes integer from pointer without a cast []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wint-conversion-Wint-conversion]8;;] 349 | .on_root_encountered = s_sts_xml_on_root, | ^~~~~~~~~~~~~~~~~ /build/source/source/credentials_provider_sts.c:349:36: note: (near initialization for 'options.max_depth') /build/source/source/credentials_provider_sts.c:350:14: error: 'struct aws_xml_parser_options' has no member named 'user_data' 350 | .user_data = provider_user_data, | ^~~~~~~~~ /build/source/source/credentials_provider_sts.c:350:26: warning: excess elements in struct initializer 350 | .user_data = provider_user_data, | ^~~~~~~~~~~~~~~~~~ /build/source/source/credentials_provider_sts.c:350:26: note: (near initialization for 'options') /build/source/source/credentials_provider_sts.c:352:13: 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;;] 352 | if (aws_xml_parse(provider_user_data->provider->allocator, &options)) { | ^~~~~~~~~~~~~ | aws_xml_parser_new make[2]: *** [CMakeFiles/aws-c-auth.dir/build.make:328: CMakeFiles/aws-c-auth.dir/source/credentials_provider_sts.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/aws-c-auth.dir/all] Error 2 make: *** [Makefile:136: all] Error 2