ppsspp: 1.19.2 -> 1.19.3

This commit is contained in:
R. Ryantm
2025-07-14 13:10:14 +00:00
committed by Weijia Wang
parent 7e1b3d257f
commit 34b813a4c6

View File

@@ -40,14 +40,14 @@ stdenv.mkDerivation (finalAttrs: {
+ lib.optionalString enableQt "-qt"
+ lib.optionalString (!enableQt) "-sdl"
+ lib.optionalString forceWayland "-wayland";
version = "1.19.2";
version = "1.19.3";
src = fetchFromGitHub {
owner = "hrydgard";
repo = "ppsspp";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-HwZHV5x60V/H4wx5wgC6VAZY7zHjMt0ZVRDWAnXDvj4=";
hash = "sha256-71oIjUXYGFNyhcXQP65Bd2gYF6golrPR4USwS7bTxFQ=";
};
patches = lib.optionals useSystemFfmpeg [