easyrpg-player 0.7.0 -> 0.8 https://repology.org/project/easyrpg-player/versions attrpath: easyrpg-player 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/games/easyrpg-player/default.nix b/pkgs/games/easyrpg-player/default.nix index c95ca576eca..955ee326b8a 100644 --- a/pkgs/games/easyrpg-player/default.nix +++ b/pkgs/games/easyrpg-player/default.nix @@ -8,13 +8,13 @@ stdenv.mkDerivation rec { pname = "easyrpg-player"; - version = "0.7.0"; + version = "0.8"; src = fetchFromGitHub { owner = "EasyRPG"; repo = "Player"; rev = version; - sha256 = "049bj3jg3ldi3n11nx8xvh6pll68g7dcxz51q6z1gyyfxxws1qpj"; + sha256 = "sha256-t0sa9ONVVfsiTy+us06vU2bMa4QmmQeYxU395g0WS6w="; }; nativeBuildInputs = [ cmake doxygen pkg-config ]; 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 easyrpg-player nix build failed. unpacking source archive /nix/store/fcrgxbra9bcqr4f3n5rcaskisz55xwp8-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } patching sources @nix { "action": "setPhase", "phase": "configurePhase" } configuring fixing cmake files... cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/iawk1mnxc620a7j0x5rv420m7nv1n2cv-easyrpg-player-0.8/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/iawk1mnxc620a7j0x5rv420m7nv1n2cv-easyrpg-player-0.8/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/iawk1mnxc620a7j0x5rv420m7nv1n2cv-easyrpg-player-0.8/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/iawk1mnxc620a7j0x5rv420m7nv1n2cv-easyrpg-player-0.8/share/doc/EasyRPG_Player -DCMAKE_INSTALL_INFODIR=/nix/store/iawk1mnxc620a7j0x5rv420m7nv1n2cv-easyrpg-player-0.8/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/iawk1mnxc620a7j0x5rv420m7nv1n2cv-easyrpg-player-0.8/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/iawk1mnxc620a7j0x5rv420m7nv1n2cv-easyrpg-player-0.8/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/iawk1mnxc620a7j0x5rv420m7nv1n2cv-easyrpg-player-0.8/include -DCMAKE_INSTALL_SBINDIR=/nix/store/iawk1mnxc620a7j0x5rv420m7nv1n2cv-easyrpg-player-0.8/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/iawk1mnxc620a7j0x5rv420m7nv1n2cv-easyrpg-player-0.8/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/iawk1mnxc620a7j0x5rv420m7nv1n2cv-easyrpg-player-0.8/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/b5mkki8bysygaf7a01jpj88zrxibkrv4-gcc-wrapper-12.2.0/bin/strip -DCMAKE_RANLIB=/nix/store/b5mkki8bysygaf7a01jpj88zrxibkrv4-gcc-wrapper-12.2.0/bin/ranlib -DCMAKE_AR=/nix/store/b5mkki8bysygaf7a01jpj88zrxibkrv4-gcc-wrapper-12.2.0/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/iawk1mnxc620a7j0x5rv420m7nv1n2cv-easyrpg-player-0.8 -- The CXX compiler identification is GNU 12.2.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/b5mkki8bysygaf7a01jpj88zrxibkrv4-gcc-wrapper-12.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Build type is set to Release. -- Found SDL2: /nix/store/i3nf66i0fhdry5ypf2ca4sw15r0z0mmz-SDL2-2.26.5-dev/lib/cmake/SDL2 (SDL2::SDL2) CMake Error at builds/cmake/Modules/PlayerFindPackage.cmake:54 (find_package): Could not find a configuration file for package "liblcf" that is compatible with requested version "0.8". The following configuration files were considered but not accepted: /nix/store/0147q66fkyp5d08rhlhr5hjkakkh3fgh-liblcf-0.7.0/lib/cmake/liblcf/liblcf-config.cmake, version: unknown Call Stack (most recent call first): CMakeLists.txt:810 (player_find_package)  -- Configuring incomplete, errors occurred! See also "/build/source/build/CMakeFiles/CMakeOutput.log".