summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-05-08 10:18:41 +0000
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-05-08 13:11:38 -0300
commita43f655bff33035db8cad239c388a2627033b787 (patch)
treeef0cf0f546dd6c0d52b95ebd588a23f4759c484d /pkgs/applications/emulators
parent0cf8791b0da91b1e40e380a8e54dfb99634062f7 (diff)
downloadnixpkgs-a43f655bff33035db8cad239c388a2627033b787.tar
nixpkgs-a43f655bff33035db8cad239c388a2627033b787.tar.gz
nixpkgs-a43f655bff33035db8cad239c388a2627033b787.tar.bz2
nixpkgs-a43f655bff33035db8cad239c388a2627033b787.tar.lz
nixpkgs-a43f655bff33035db8cad239c388a2627033b787.tar.xz
nixpkgs-a43f655bff33035db8cad239c388a2627033b787.tar.zst
nixpkgs-a43f655bff33035db8cad239c388a2627033b787.zip
ppsspp-sdl: 1.15.2 -> 1.15.3
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 51d959e7c90..d72d0f433e9 100644
--- a/pkgs/applications/emulators/ppsspp/default.nix
+++ b/pkgs/applications/emulators/ppsspp/default.nix
@@ -34,14 +34,14 @@ stdenv.mkDerivation (finalAttrs: {
           + lib.optionalString enableQt "-qt"
           + lib.optionalString (!enableQt) "-sdl"
           + lib.optionalString forceWayland "-wayland";
-  version = "1.15.2";
+  version = "1.15.3";
 
   src = fetchFromGitHub {
     owner = "hrydgard";
     repo = "ppsspp";
     rev = "v${finalAttrs.version}";
     fetchSubmodules = true;
-    sha256 = "sha256-D42u3MP+JKO/1IrOWVliVg4flUJi/pADScbNktRP+bY=";
+    sha256 = "sha256-5IICMP7KEniAnuxdDPECN+8jXA0ZKgPsdIL6Og2xyX4=";
   };
 
   postPatch = ''