Unverified Commit c840ec20 authored by Marcin Serwin's avatar Marcin Serwin Committed by GitHub
Browse files

ppsspp: 1.19.3 -> 1.20.3 (#496237)

parents 5266abb7 354b40b8
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.3";
  version = "1.20.3";

  src = fetchFromGitHub {
    owner = "hrydgard";
    repo = "ppsspp";
    rev = "v${finalAttrs.version}";
    fetchSubmodules = true;
    hash = "sha256-71oIjUXYGFNyhcXQP65Bd2gYF6golrPR4USwS7bTxFQ=";
    hash = "sha256-BE+4juBSl4mwN7hQNevC1F4UMoVEWB1zhRUgB2ejf/M=";
  };

  patches = lib.optionals useSystemFfmpeg [