2022-11-08T10:28:00 curaengine 4.13.1 -> 5.2.1 https://repology.org/metapackage/curaengine/versions 2022-11-08T10:28:02 attrpath: curaengine 2022-11-08T10:28:02 Checking auto update branch... 2022-11-08T10:28:02 No auto update branch exists 2022-11-08T10:28:06 [version] 2022-11-08T10:28:16 [version] updated version and sha256 2022-11-08T10:28:16 [rustCrateVersion] 2022-11-08T10:28:16 [rustCrateVersion] No cargoSha256 found 2022-11-08T10:28:16 [golangModuleVersion] 2022-11-08T10:28:16 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-08T10:28:16 [updateScript] 2022-11-08T10:28:16 [updateScript] skipping because derivation has no updateScript 2022-11-08T10:28:16 2022-11-08T10:28:16 [quotedUrls] 2022-11-08T10:28:16 [quotedUrls] nothing found to replace 2022-11-08T10:28:17 Diff after rewrites: diff --git a/pkgs/applications/misc/curaengine/default.nix b/pkgs/applications/misc/curaengine/default.nix index 085fcab1475..c8f9fd5a58f 100644 --- a/pkgs/applications/misc/curaengine/default.nix +++ b/pkgs/applications/misc/curaengine/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "curaengine"; - version = "4.13.1"; + version = "5.2.1"; src = fetchFromGitHub { owner = "Ultimaker"; repo = "CuraEngine"; rev = version; - sha256 = "sha256-dx0Q6cuA66lG4nwR7quW5Tvs9sdxjdV4gtpxXirI4nY="; + sha256 = "sha256-nIyixzUcOOCocK3uOx2NoOcuEsvItveEdqbJXSo8Rgw="; }; nativeBuildInputs = [ cmake ]; 2022-11-08T10:29:51 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A curaengine nix build failed. -- The CXX compiler identification is GNU 11.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/2bg235ac1s6cpxwr1pjagn6bj8q2425l-gcc-wrapper-11.3.0/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/2bg235ac1s6cpxwr1pjagn6bj8q2425l-gcc-wrapper-11.3.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Error at CMakeLists.txt:7 (find_package): By not providing "Findstandardprojectsettings.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "standardprojectsettings", but CMake did not find one. Could not find a package configuration file provided by "standardprojectsettings" with any of the following names: standardprojectsettingsConfig.cmake standardprojectsettings-config.cmake Add the installation prefix of "standardprojectsettings" to CMAKE_PREFIX_PATH or set "standardprojectsettings_DIR" to a directory containing one of the above files. If "standardprojectsettings" provides a separate development package or SDK, be sure it has been installed.  -- Configuring incomplete, errors occurred! See also "/build/source/build/CMakeFiles/CMakeOutput.log".