Merge pull request #112427 from IvarWithoutBones/ppsspp

ppsspp: 1.10.3 -> 1.11
This commit is contained in:
Sandro 2021-02-08 20:41:45 +01:00 committed by GitHub
commit 152f381458
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.10.3";
version = "1.11";
src = fetchFromGitHub {
owner = "hrydgard";
repo = pname;
rev = "v${version}";
fetchSubmodules = true;
sha256 = "sha256-W41Poq5S+opkasIGYo13SQZWQF1HjfFnH7u9DW5HNA0=";
sha256 = "19948jzqpclf8zfzp3k7s580xfjgqcyfwlcp7x7xj8h8lyypzymx";
};
postPatch = ''