grandorgue 3.11.0 -> 3.12.0 https://repology.org/project/grandorgue/versions 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 9856b81c92b..513719f2949 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.11.0"; + version = "3.12.0"; src = fetchFromGitHub { owner = "GrandOrgue"; repo = pname; rev = version; fetchSubmodules = true; - sha256 = "sha256-l1KqER/vkNwgKLXIFUzHnYLw2ivGNP7hRiKhIOzn7pw="; + sha256 = "sha256-UOFUe8tO17o4qLEXuRTQduv1rJfEGfQSwfx4ylQulV4="; }; 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/b4xk26ix5ig0yxz9023a0171rpj1yrks-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".