Update pkgs/misc/emulators/ppsspp/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
(cherry picked from commit 89cbb28f64b3406164e61cd1fcd7504a89b6e8fd)
This commit is contained in:
lunik1 2021-05-21 22:49:22 +01:00 committed by github-actions[bot]
parent 70bbb7063c
commit b682bf2892
1 changed files with 2 additions and 1 deletions

View File

@ -28,8 +28,9 @@ mkDerivation rec {
}; };
patches = [ patches = [
# fix compability with ffmpeg 4.4, remove on next release after 1.11
(fetchpatch { (fetchpatch {
name = "fix_ffmpeg_4.4.patch"; # to be removed with next release name = "fix_ffmpeg_4.4.patch";
url = "https://patch-diff.githubusercontent.com/raw/hrydgard/ppsspp/pull/14176.patch"; url = "https://patch-diff.githubusercontent.com/raw/hrydgard/ppsspp/pull/14176.patch";
sha256 = "sha256-ecDoOydaLfL6+eFpahcO1TnRl866mZZVHlr6Qrib1mo="; sha256 = "sha256-ecDoOydaLfL6+eFpahcO1TnRl866mZZVHlr6Qrib1mo=";
}) })