about summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2022-09-12 22:27:20 -0300
committerGitHub <noreply@github.com>2022-09-12 22:27:20 -0300
commit1784464b31c46ab417a2a8b250873abdc7087083 (patch)
tree4915149b519c149ff21ead9213a25f36cb5f13da /pkgs/applications/emulators
parentfa30d58de6b9ba149303c41a96bc5577b6dee37b (diff)
parentbf0d91a4e2ca1c94597bdf07e403764342cf43aa (diff)
Merge pull request #190865 from r-ryantm/auto-update/ppsspp-qt
ppsspp-qt: 1.13.1 -> 1.13.2
Diffstat (limited to 'pkgs/applications/emulators')
-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 6281cbd2c0885..2d1f583d74192 100644
--- a/pkgs/applications/emulators/ppsspp/default.nix
+++ b/pkgs/applications/emulators/ppsspp/default.nix
@@ -38,14 +38,14 @@ in
       + lib.optionalString enableQt "-qt"
       + lib.optionalString (!enableQt) "-sdl"
       + lib.optionalString forceWayland "-wayland";
-    version = "1.13.1";
+    version = "1.13.2";
 
     src = fetchFromGitHub {
       owner = "hrydgard";
       repo = "ppsspp";
       rev = "v${finalAttrs.version}";
       fetchSubmodules = true;
-      sha256 = "sha256-WsFy2aSOmkII2Lte5et4W6qj0AXUKWWkYe88T0OQP08=";
+      sha256 = "sha256-Ubbl2KCZ4QlWDtTxl4my0nKNGY25DOkD/iEurzVx4gU=";
     };
 
     postPatch = ''