include-what-you-use 0.21 -> 0.22 https://repology.org/project/include-what-you-use/versions attrpath: include-what-you-use 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 Diff after rewrites: diff --git a/pkgs/development/tools/analysis/include-what-you-use/default.nix b/pkgs/development/tools/analysis/include-what-you-use/default.nix index 7266b76a4ad6..b985d2657b1f 100644 --- a/pkgs/development/tools/analysis/include-what-you-use/default.nix +++ b/pkgs/development/tools/analysis/include-what-you-use/default.nix @@ -3,11 +3,11 @@ stdenv.mkDerivation rec { pname = "include-what-you-use"; # Also bump llvmPackages in all-packages.nix to the supported version! - version = "0.21"; + version = "0.22"; src = fetchurl { url = "${meta.homepage}/downloads/${pname}-${version}.src.tar.gz"; - hash = "sha256-ajUZGf+JvafJXIlUcmAYaNs9qrlqlYs44DYokNWHYLY="; + hash = "sha256-hZB0tGHqS4MlpzQYwgfKM7XmVmsI5rWH65FkQWVppt0="; }; postPatch = '' Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A include-what-you-use nix build failed. | ^~~~~~~~~~~~~~~~~~ /build/include-what-you-use/iwyu_ast_util.cc: In function 'clang::SourceRange include_what_you_use::GetSourceRangeOfClassDecl(const clang::Decl*)': /build/include-what-you-use/iwyu_port.h:63:46: warning: control reaches end of non-void function []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreturn-type-Wreturn-type]8;;] 63 | ::include_what_you_use::OstreamVoidifier() & \ | ~~~~~~~~~~~~~~~~~~~^~~ 64 |  ::include_what_you_use::FatalMessageEmitter( \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 65 |  __FILE__, __LINE__, message).stream() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /build/include-what-you-use/iwyu_ast_util.cc:811:3: note: in expansion of macro 'CHECK_UNREACHABLE_' 811 | CHECK_UNREACHABLE_("Cannot get source range for this decl type"); | ^~~~~~~~~~~~~~~~~~ make[2]: *** [CMakeFiles/include-what-you-use.dir/build.make:90: CMakeFiles/include-what-you-use.dir/iwyu_ast_util.cc.o] Error 1 make[2]: *** Waiting for unfinished jobs.... In file included from /build/include-what-you-use/iwyu_ast_util.h:25, from /build/include-what-you-use/iwyu.cc:129: /build/include-what-you-use/iwyu_ast_util.h: In member function 'const void* include_what_you_use::ASTNode::DynCast(const void*) const [with Ignored = void]': /build/include-what-you-use/iwyu_port.h:63:46: warning: control reaches end of non-void function []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreturn-type-Wreturn-type]8;;] 63 | ::include_what_you_use::OstreamVoidifier() & \ | ~~~~~~~~~~~~~~~~~~~^~~ 64 |  ::include_what_you_use::FatalMessageEmitter( \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 65 |  __FILE__, __LINE__, message).stream() | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /build/include-what-you-use/iwyu_ast_util.h:339:5: note: in expansion of macro 'CHECK_UNREACHABLE_' 339 | CHECK_UNREACHABLE_("Unknown kind"); | ^~~~~~~~~~~~~~~~~~ make[2]: *** [CMakeFiles/include-what-you-use.dir/build.make:76: CMakeFiles/include-what-you-use.dir/iwyu.cc.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:246: CMakeFiles/include-what-you-use.dir/all] Error 2 make: *** [Makefile:146: all] Error 2