Merge pull request #183739 from r-ryantm/auto-update/ppsspp

ppsspp: 1.12.3 -> 1.13.1
This commit is contained in:
Anderson Torres 2022-07-29 23:32:48 -03:00 committed by GitHub
commit 2ff0988f0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,14 +16,14 @@
mkDerivation rec {
pname = "ppsspp";
version = "1.12.3";
version = "1.13.1";
src = fetchFromGitHub {
owner = "hrydgard";
repo = pname;
rev = "v${version}";
fetchSubmodules = true;
sha256 = "sha256-S16rTB0svksW5MwrPV/+qpTK4uKZ7mFcmbOyEmMmzhY=";
sha256 = "sha256-WsFy2aSOmkII2Lte5et4W6qj0AXUKWWkYe88T0OQP08=";
};
postPatch = ''