aws-c-io 0.13.19 -> 0.13.26 https://repology.org/project/aws-c-io/versions attrpath: aws-c-io 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-io/default.nix b/pkgs/development/libraries/aws-c-io/default.nix index 041edf2a522..5326f7a6357 100644 --- a/pkgs/development/libraries/aws-c-io/default.nix +++ b/pkgs/development/libraries/aws-c-io/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "aws-c-io"; - version = "0.13.19"; + version = "0.13.26"; src = fetchFromGitHub { owner = "awslabs"; repo = pname; rev = "v${version}"; - sha256 = "sha256-6lTAnoBWbwyWpycsaS7dpCC9c4xYws19HCNyTd7aRho="; + sha256 = "sha256-Fa1EMBf9V+d2WpAVC/0qAxnxM4NE2ZsAI4rmMM3Jzaw="; }; nativeBuildInputs = [ cmake ]; 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-io nix build failed. make[2]: *** [CMakeFiles/aws-c-io.dir/build.make:104: CMakeFiles/aws-c-io.dir/source/channel.c.o] Error 1 /build/source/include/aws/io/io.h:276:1: error: unknown type name 'AWS_POP_SANE_WARNING_LEVEL' 276 | AWS_POP_SANE_WARNING_LEVEL | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /build/source/include/aws/io/host_resolver.h:11:28: error: expected ';' before 'struct' 11 | AWS_PUSH_SANE_WARNING_LEVEL | ^ | ; 12 | 13 | struct aws_event_loop_group; | ~~~~~~ /build/source/include/aws/io/host_resolver.h:277:27: error: expected ';' before 'struct' 277 | AWS_POP_SANE_WARNING_LEVEL | ^ | ; In file included from /build/source/source/posix/host_resolver.c:8: /build/source/include/aws/io/logging.h:13:28: error: expected ';' before 'struct' 13 | AWS_PUSH_SANE_WARNING_LEVEL | ^ | ; 14 | 15 | struct aws_log_channel; | ~~~~~~ /build/source/include/aws/io/logging.h:37:27: error: expected ';' before 'extern' 37 | AWS_POP_SANE_WARNING_LEVEL | ^ | ; make[2]: *** [CMakeFiles/aws-c-io.dir/build.make:286: CMakeFiles/aws-c-io.dir/source/posix/host_resolver.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/aws-c-io.dir/all] Error 2 make: *** [Makefile:136: all] Error 2