aws-c-auth 0.7.0 -> 0.7.5 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..7e3f2116fa25 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.5"; src = fetchFromGitHub { owner = "awslabs"; repo = "aws-c-auth"; rev = "v${version}"; - sha256 = "sha256-DzUobQ8qZNb83CwVKK9E1V51uHHo22nlBGKdN55W7UY="; + sha256 = "sha256-xu22Sk0PFIiy1AGKC0QYUtlkLH3s0TiR1+O1JQUxzFI="; }; 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. /nix/store/3fa89yrlzvkgljznyrjq0jvw3ampfqs1-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: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 /build/source/source/credentials_provider_sts_web_identity.c: In function 's_parse_credentials_from_response': /build/source/source/credentials_provider_sts_web_identity.c:350:10: error: 'struct aws_xml_parser_options' has no member named 'on_root_encountered' 350 | .on_root_encountered = s_stswebid_200_xml_on_root, | ^~~~~~~~~~~~~~~~~~~ /build/source/source/credentials_provider_sts_web_identity.c:350:32: 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;;] 350 | .on_root_encountered = s_stswebid_200_xml_on_root, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /build/source/source/credentials_provider_sts_web_identity.c:350:32: note: (near initialization for 'options.max_depth') /build/source/source/credentials_provider_sts_web_identity.c:351:10: error: 'struct aws_xml_parser_options' has no member named 'user_data' 351 | .user_data = query_user_data, | ^~~~~~~~~ /build/source/source/credentials_provider_sts_web_identity.c:351:22: warning: excess elements in struct initializer 351 | .user_data = query_user_data, | ^~~~~~~~~~~~~~~ /build/source/source/credentials_provider_sts_web_identity.c:351:22: note: (near initialization for 'options') [ 80%] Building C object CMakeFiles/aws-c-auth.dir/source/signing.c.o [ 82%] Building C object CMakeFiles/aws-c-auth.dir/source/signing_config.c.o [ 85%] Building C object CMakeFiles/aws-c-auth.dir/source/signing_result.c.o make[2]: *** [CMakeFiles/aws-c-auth.dir/build.make:328: CMakeFiles/aws-c-auth.dir/source/credentials_provider_sts.c.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [CMakeFiles/aws-c-auth.dir/build.make:342: CMakeFiles/aws-c-auth.dir/source/credentials_provider_sts_web_identity.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/aws-c-auth.dir/all] Error 2 make: *** [Makefile:136: all] Error 2