Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-02-09 00:36:17 +00:00
committed by GitHub
41 changed files with 509 additions and 295 deletions
+2 -2
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 = ''