about summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-03-24 10:30:33 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-03-24 10:30:33 +0000
commit1759bb92484c30242f57e4aea5159091791958a9 (patch)
treed2a4d34ad605ce9a01bd5db8dea8912af873a8fd /pkgs/applications/emulators
parent4a3d90135ba8d31ef4d5a19de23f7e74b9914d08 (diff)
rpcs3: 0.0.27-14812-cf5346c26 -> 0.0.27-14824-ad3e740c0
Diffstat (limited to 'pkgs/applications/emulators')
-rw-r--r--pkgs/applications/emulators/rpcs3/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/emulators/rpcs3/default.nix b/pkgs/applications/emulators/rpcs3/default.nix
index 655fa8623768f..22b0bd26f3a4c 100644
--- a/pkgs/applications/emulators/rpcs3/default.nix
+++ b/pkgs/applications/emulators/rpcs3/default.nix
@@ -9,10 +9,10 @@
 
 let
   # Keep these separate so the update script can regex them
-  rpcs3GitVersion = "14812-cf5346c26";
-  rpcs3Version = "0.0.27-14812-cf5346c26";
-  rpcs3Revision = "cf5346c263111760752cabb94767c07c501207c4";
-  rpcs3Sha256 = "1dkik6r6khmpcbh27n1bzg7y1ws7ljrkn81a7qn21wmh709sscc8";
+  rpcs3GitVersion = "14824-ad3e740c0";
+  rpcs3Version = "0.0.27-14824-ad3e740c0";
+  rpcs3Revision = "ad3e740c0921c18a832fd4b0401f965a28a58c97";
+  rpcs3Sha256 = "0j9zi45z4xiam8frqs3b9xcjdw2gmqj34p8cv5w7sizr6sj09srp";
 
   ittapi = fetchFromGitHub {
     owner = "intel";