Unverified Commit 84081dab authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

ppsspp: 1.19.2 -> 1.19.3 (#425094)

parents ab957061 34b813a4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 [