ppsspp: 1.19.2 -> 1.19.3 (#425094)

This commit is contained in:
Weijia Wang
2025-08-05 03:08:16 +02:00
committed by GitHub
+2 -2
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 [