about summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-10 06:36:20 +0000
committerBobby Rong <rjl931189261@126.com>2022-09-10 18:11:31 +0800
commitc99a9a8fc5c35aac7fb7eb29ae54a2a8c6360a67 (patch)
tree0843bfbc36c4f2b74262f9c8ed582628889a28a9 /pkgs/applications/emulators
parenta128f2b7ef440d5bfa5429fd1091750e9aeded71 (diff)
rpcs3: 0.0.23-13907-cdef752a9 -> 0.0.24-14141-d686b48f6
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 3609b9492da4d..3f8c2fc97b0e2 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 = "13907-cdef752a9";
-  rpcs3Version = "0.0.23-13907-cdef752a9";
-  rpcs3Revision = "cdef752a9c2004010279cd4a6d77b451b42cc6ab";
-  rpcs3Sha256 = "1mw6k097rsiljaw34harhvr32dvrh4xv22ryinylijnsjlm3hcan";
+  rpcs3GitVersion = "14141-d686b48f6";
+  rpcs3Version = "0.0.24-14141-d686b48f6";
+  rpcs3Revision = "d686b48f6549c736661e14d1e0990b043c32e3c2";
+  rpcs3Sha256 = "1jzpb189isy9kc6l5cy1nfx0wq5cri753sh32b1xq259lkqihdp5";
 
   ittapi = fetchFromGitHub {
     owner = "intel";