aws-c-compression 0.2.16 -> 0.2.17 https://repology.org/project/aws-c-compression/versions attrpath: aws-c-compression 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-compression/default.nix b/pkgs/development/libraries/aws-c-compression/default.nix index ecbd7238ced..cc486bc3e6d 100644 --- a/pkgs/development/libraries/aws-c-compression/default.nix +++ b/pkgs/development/libraries/aws-c-compression/default.nix @@ -7,13 +7,13 @@ stdenv.mkDerivation rec { pname = "aws-c-compression"; - version = "0.2.16"; + version = "0.2.17"; src = fetchFromGitHub { owner = "awslabs"; repo = "aws-c-compression"; rev = "v${version}"; - sha256 = "sha256-aQ5UsMms8aJh5yrE9of1AQgIGTAk9vyBRaybwYqUY68="; + sha256 = "sha256-XtmSThfz4Cu7CygYrLNQifDCQ6l/c/0OR0lX+OxCYJM="; }; 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-compression nix build failed. | ^ | ; make[2]: *** [CMakeFiles/aws-c-compression.dir/build.make:76: CMakeFiles/aws-c-compression.dir/source/compression.c.o] Error 1 make[2]: *** Waiting for unfinished jobs.... /build/source/include/aws/compression/huffman.h:13:28: error: expected ';' before 'struct' 13 | AWS_PUSH_SANE_WARNING_LEVEL | ^ | ; ...... 18 | struct aws_huffman_code { | ~~~~~~ /build/source/include/aws/compression/huffman.h:13:28: error: expected ';' before 'struct' 13 | AWS_PUSH_SANE_WARNING_LEVEL | ^ | ; ...... 18 | struct aws_huffman_code { | ~~~~~~ /build/source/include/aws/compression/huffman.h:162:27: error: expected ';' before 'struct' 162 | AWS_POP_SANE_WARNING_LEVEL | ^ | ; /build/source/include/aws/compression/huffman.h:162:27: error: expected ';' before 'static' 162 | AWS_POP_SANE_WARNING_LEVEL | ^ | ; make[2]: *** [CMakeFiles/aws-c-compression.dir/build.make:104: CMakeFiles/aws-c-compression.dir/source/huffman_testing.c.o] Error 1 make[2]: *** [CMakeFiles/aws-c-compression.dir/build.make:90: CMakeFiles/aws-c-compression.dir/source/huffman.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/aws-c-compression.dir/all] Error 2 make: *** [Makefile:136: all] Error 2