summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/emulators/ppsspp
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-29 17:16:16 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-29 17:16:16 +0000
commitd98b8a4942c55baa3299f2fd75c74272aeadbd85 (patch)
tree02144468907467c93d9834776a34d1ebc4b1cea3 /pkgs/applications/emulators/ppsspp
parentdfda4ec196a5b882c1e7d962d8d635a8379766aa (diff)
ppsspp: 1.12.3 -> 1.13.1
Diffstat (limited to 'pkgs/applications/emulators/ppsspp')
-rw-r--r--pkgs/applications/emulators/ppsspp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/emulators/ppsspp/default.nix b/pkgs/applications/emulators/ppsspp/default.nix
index b84d18a4e7a0..14121a49bde5 100644
--- a/pkgs/applications/emulators/ppsspp/default.nix
+++ b/pkgs/applications/emulators/ppsspp/default.nix
@@ -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 = ''