brewtarget 3.0.5 -> 3.0.9 https://repology.org/project/brewtarget/versions 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 [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/misc/brewtarget/default.nix b/pkgs/applications/misc/brewtarget/default.nix index 13a5681ebd37..83804e542dc7 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.9"; src = fetchFromGitHub { owner = "Brewtarget"; repo = pname; rev = "v${version}"; - sha256 = "sha256-PqaiZ2eLH8+qRRkIolnQClTL9O9EgHMqFH/nUffosV8="; + sha256 = "sha256-TeEzPESOG8O4XQdDlfxSb4LUw9qtnpF0W5jBQaOiIp0="; }; nativeBuildInputs = [ cmake boost xercesc xalanc ]; Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --no-out-link --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A brewtarget nix build failed. -- The CXX compiler identification is GNU 12.3.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/bxic6j2whyg3z4h2x3xjyqgp7fl83bnp-gcc-wrapper-12.3.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Building brewtarget version 3.0.9 -- PROJECT_SOURCE_DIR is /build/source -- Doing Debug build (DO_RELEASE_BUILD = OFF) -- Using Qt version 5.15.9 CMake Error at /nix/store/b9574608lqarxg01fsz15kcxyrawzwzh-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/b9574608lqarxg01fsz15kcxyrawzwzh-boost-1.81.0-dev/lib/cmake/Boost-1.81.0/BoostConfig.cmake:262 (boost_find_component) /nix/store/0dv0ylafnx7cdajyv9ahbpqrniblixq1-cmake-3.26.4/share/cmake-3.26/Modules/FindBoost.cmake:594 (find_package) CMakeLists.txt:668 (find_package)  -- Configuring incomplete, errors occurred!