about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2022-10-26 16:01:45 +0100
committerGitHub <noreply@github.com>2022-10-26 16:01:45 +0100
commitf0260475c780cad31d8ed2ab207bed52e0aee221 (patch)
tree3c4ff3793d4d474e50fdb4777581179295d54fb9 /pkgs/applications
parentfbf8192b4c5019cb5adb2f7fd0f3f94f7c3b8016 (diff)
parentb28847a1266501edc8732be8801fb3397026633b (diff)
Merge pull request #197824 from r-ryantm/auto-update/rpcs3
rpcs3: 0.0.24-14289-0da81d22d -> 0.0.24-14337-5210df688
Diffstat (limited to 'pkgs/applications')
-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 88c0ced4a2496..f1432d8db5585 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 = "14289-0da81d22d";
-  rpcs3Version = "0.0.24-14289-0da81d22d";
-  rpcs3Revision = "0da81d22d340dca1ac098a9de5274641bdc77869";
-  rpcs3Sha256 = "0qblfsdyngj8bb7g49am0q0mq5llwx3g4x4gi6h0jynk0d9j0ir0";
+  rpcs3GitVersion = "14337-5210df688";
+  rpcs3Version = "0.0.24-14337-5210df688";
+  rpcs3Revision = "5210df688262ec7fd8c21230d30e568d98724c8f";
+  rpcs3Sha256 = "1m0j53xl6g01s27bi2p9j23m724gq7a3hss7kqhc239a5m9akqdg";
 
   ittapi = fetchFromGitHub {
     owner = "intel";