ppsspp: 1.18.1 -> 1.19.2 (#417189)

This commit is contained in:
Peder Bergebakken Sundt
2025-06-27 08:53:35 +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.18.1";
version = "1.19.2";
src = fetchFromGitHub {
owner = "hrydgard";
repo = "ppsspp";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-X5Sb6oxjjhlsm1VN9e0Emk4SqiHTe3G3ZiuIgw5DSds=";
hash = "sha256-HwZHV5x60V/H4wx5wgC6VAZY7zHjMt0ZVRDWAnXDvj4=";
};
patches = lib.optionals useSystemFfmpeg [