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-12-22 19:58:43 -0300
committerGitHub <noreply@github.com>2022-12-22 19:58:43 -0300
commitf95c3c3fedb3a8c8ac59de1ee4acb6c144ff60f9 (patch)
tree54c258cab9df29094a296db91b42e2c7888c2722 /pkgs/applications/emulators
parent318315264ea3cf8a6496b472b154dba80855b62d (diff)
parent92b3f806477de94177e10d9dccfdcf555ad924f3 (diff)
Merge pull request #207193 from r-ryantm/auto-update/ppsspp-qt
ppsspp-qt: 1.13.2 -> 1.14.1
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 2d1f583d74192..1d3e0bb126e81 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.2";
+    version = "1.14.1";
 
     src = fetchFromGitHub {
       owner = "hrydgard";
       repo = "ppsspp";
       rev = "v${finalAttrs.version}";
       fetchSubmodules = true;
-      sha256 = "sha256-Ubbl2KCZ4QlWDtTxl4my0nKNGY25DOkD/iEurzVx4gU=";
+      sha256 = "sha256-WGTPd3xcFk4E/Wf+DEv4pzGYf0dppzV3vUTwrYmZ2YM=";
     };
 
     postPatch = ''