about summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-02-24 19:55:56 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-24 19:55:56 +0000
commit18750d345514f2c26c04f0da8f68906a5f379284 (patch)
tree2836bc80f22f15f1769cab0f92beb6e752decf91 /pkgs/applications/emulators
parent21299ca8397f76dc06b8cc19efd9cbd1e00d2e01 (diff)
rpcs3: 0.0.26-14702-cfb788941 -> 0.0.26-14757-3388c8ed0
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 b9efcaaf4f6e5..f6aa0f9c526a4 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 = "14702-cfb788941";
-  rpcs3Version = "0.0.26-14702-cfb788941";
-  rpcs3Revision = "cfb788941ce73ebf41060baf0867861dd6bd3e13";
-  rpcs3Sha256 = "0kwd3x043x3gsqlax3jcb5g1w2v7v7gghmqgbrn3vimcc47x62vn";
+  rpcs3GitVersion = "14757-3388c8ed0";
+  rpcs3Version = "0.0.26-14757-3388c8ed0";
+  rpcs3Revision = "3388c8ed090afb216f40c1d00361c6f6f1e7a9ba";
+  rpcs3Sha256 = "0w2qsk91dxp0lxy6bdz4yyf79wqfnzyxswrg1kxwm0s7iwwch2pj";
 
   ittapi = fetchFromGitHub {
     owner = "intel";