brewtarget 3.0.5 -> 3.0.11 https://github.com/Brewtarget/brewtarget/releases attrpath: brewtarget 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/applications/misc/brewtarget/default.nix b/pkgs/applications/misc/brewtarget/default.nix index d46cf7e0d5dd..ef8899c6d52f 100644 --- a/pkgs/applications/misc/brewtarget/default.nix +++ b/pkgs/applications/misc/brewtarget/default.nix @@ -14,13 +14,13 @@ mkDerivation rec { pname = "brewtarget"; - version = "3.0.5"; + version = "3.0.11"; src = fetchFromGitHub { owner = "Brewtarget"; repo = pname; rev = "v${version}"; - sha256 = "sha256-PqaiZ2eLH8+qRRkIolnQClTL9O9EgHMqFH/nUffosV8="; + sha256 = "sha256-X6Rt6HfXSrFq3h9fMLy1Evza5AYCZ6YYEHciC3Q+P2M="; }; nativeBuildInputs = [ cmake boost xercesc xalanc ]; Received ExitFailure 1 when running Raw command: /nix/store/v7gdmdc9yhx3ngh840xx5kr46840s73b-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A brewtarget nix build failed. -- The CXX compiler identification is GNU 13.2.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/ac1hb5dc2z4biwgy8mjrhlifffkkrvdq-gcc-wrapper-13.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Building brewtarget version 3.0.11 -- PROJECT_SOURCE_DIR is /build/source -- Doing Debug build (DO_RELEASE_BUILD = OFF) -- Using Qt version 5.15.12 CMake Error at /nix/store/12lq9ln40bjh22mc5nls90qaw6w7ipcw-boost-1.81.0-dev/lib/cmake/Boost-1.81.0/BoostConfig.cmake:141 (find_package): Could not find a package configuration file provided by "boost_stacktrace_backtrace" (requested version 1.81.0) with any of the following names: boost_stacktrace_backtraceConfig.cmake boost_stacktrace_backtrace-config.cmake Add the installation prefix of "boost_stacktrace_backtrace" to CMAKE_PREFIX_PATH or set "boost_stacktrace_backtrace_DIR" to a directory containing one of the above files. If "boost_stacktrace_backtrace" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): /nix/store/12lq9ln40bjh22mc5nls90qaw6w7ipcw-boost-1.81.0-dev/lib/cmake/Boost-1.81.0/BoostConfig.cmake:262 (boost_find_component) /nix/store/mbw6qprvn80p8k7z3lq44hnz6b332xf6-cmake-3.28.3/share/cmake-3.28/Modules/FindBoost.cmake:594 (find_package) CMakeLists.txt:642 (find_package)  -- Configuring incomplete, errors occurred!