Merge pull request #84587 from AndersonTorres/update-ppsspp

ppsspp: 1.9.3 -> 1.9.4
This commit is contained in:
Anderson Torres 2020-04-15 00:57:00 -03:00 committed by GitHub
commit e2d4435bb9
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.9.3";
version = "1.9.4";
src = fetchFromGitHub {
owner = "hrydgard";
repo = "ppsspp";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "17sym0vk72lzbh9a1501mhw98c78x1gq7k1fpy69nvvb119j37wa";
sha256 = "0ivi0dcfxwa4nz19amki80qacnjhqr42f0ihyby1scxafl3nq55c";
};
postPatch = ''