grandorgue 3.10.1-1 -> 3.11.0-1 https://github.com/GrandOrgue/grandorgue/releases attrpath: grandorgue 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/audio/grandorgue/default.nix b/pkgs/applications/audio/grandorgue/default.nix index a197be51680..a923ee31786 100644 --- a/pkgs/applications/audio/grandorgue/default.nix +++ b/pkgs/applications/audio/grandorgue/default.nix @@ -5,14 +5,14 @@ stdenv.mkDerivation rec { pname = "grandorgue"; - version = "3.10.1-1"; + version = "3.11.0-1"; src = fetchFromGitHub { owner = "GrandOrgue"; repo = pname; rev = version; fetchSubmodules = true; - sha256 = "sha256-QuOHeEgDOXvNFMfMoq0GOnmHKyMG1S8y1lgO9heMk3I="; + sha256 = "sha256-3xtqzNdxncNHzMg5mDq12IBnaT8YCYRc1d3fDVCamnQ="; }; postPatch = '' 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 grandorgue nix build failed. -- Performing Test OPTION_C_-msse2_cxx -- Performing Test OPTION_C_-msse2_cxx - Success -- Performing Test OPTION_C_-msse3 -- Performing Test OPTION_C_-msse3 - Success -- Performing Test OPTION_C_-msse3_cxx -- Performing Test OPTION_C_-msse3_cxx - Success -- Performing Test OPTION_C_-mstackrealign -- Performing Test OPTION_C_-mstackrealign - Success -- Performing Test OPTION_C_-mstackrealign_cxx -- Performing Test OPTION_C_-mstackrealign_cxx - Success -- Found wxWidgets: -L/nix/store/cwsgl0f6rka07r5ylqxdzpqpb7a6xzzh-wxwidgets-3.2.2.1/lib;-pthread;;;-lwx_gtk3u_html-3.2;-lwx_baseu_net-3.2;-lwx_gtk3u_core-3.2;-lwx_baseu-3.2 (found version "3.2.2") CMake Error at src/grandorgue/CMakeLists.txt:24 (find_package): By not providing "Findyaml-cpp.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "yaml-cpp", but CMake did not find one. Could not find a package configuration file provided by "yaml-cpp" with any of the following names: yaml-cppConfig.cmake yaml-cpp-config.cmake Add the installation prefix of "yaml-cpp" to CMAKE_PREFIX_PATH or set "yaml-cpp_DIR" to a directory containing one of the above files. If "yaml-cpp" 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".