rpcs3 0 -> 1 attrpath: rpcs3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sn6xhy5wcwzd0dqc7ppxn136smvjq9s8-packages.json.drv building '/nix/store/sn6xhy5wcwzd0dqc7ppxn136smvjq9s8-packages.json.drv'... Going to be running update for following packages: - rpcs3-0.0.28-15409-fd6829f75 Press Enter key to continue... Running update for: - rpcs3-0.0.28-15409-fd6829f75: UPDATING ... - rpcs3-0.0.28-15409-fd6829f75: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/emulators/rpcs3/default.nix b/pkgs/applications/emulators/rpcs3/default.nix index 88b3ddbb1750..c63a7b34bdbf 100644 --- a/pkgs/applications/emulators/rpcs3/default.nix +++ b/pkgs/applications/emulators/rpcs3/default.nix @@ -34,10 +34,10 @@ let # Keep these separate so the update script can regex them - rpcs3GitVersion = "15409-fd6829f75"; - rpcs3Version = "0.0.28-15409-fd6829f75"; - rpcs3Revision = "fd6829f7576da07e3bb90de8821834d3ce44610c"; - rpcs3Hash = "sha256-I/CYDE7te8xxKjTyH1Mb45uemya5Sfjb96MQWlkFAbk="; + rpcs3GitVersion = "15549-565a208f2"; + rpcs3Version = "0.0.29-15549-565a208f2"; + rpcs3Revision = "565a208f2027f7e5c67bf0648cd835f7fd4fa7e0"; + rpcs3Hash = "sha256-/HHTmdNp5QomMbwWE197W/COhJYZ5Uii84E8MEzRCf8="; in stdenv.mkDerivation { pname = "rpcs3"; No auto update branch exists 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 rpcs3 nix build failed. -- Looking for shmat - found -- Looking for IceConnectionNumber in ICE -- Looking for IceConnectionNumber in ICE - found -- Could NOT find Qt6 (missing: Qt6_DIR) CMake Warning at 3rdparty/qt6.cmake:9 (find_package): By not providing "FindQt6.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt6", but CMake did not find one. Could not find a package configuration file provided by "Qt6" (requested version 6.2.4) with any of the following names: Qt6Config.cmake qt6-config.cmake Add the installation prefix of "Qt6" to CMAKE_PREFIX_PATH or set "Qt6_DIR" to a directory containing one of the above files. If "Qt6" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): rpcs3/CMakeLists.txt:36 (include)  CMake was unable to find Qt6! CMake Error at 3rdparty/qt6.cmake:38 (message): Make sure to install your distro's qt6 package! Call Stack (most recent call first): rpcs3/CMakeLists.txt:36 (include)  -- Configuring incomplete, errors occurred!