about summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-08-02 11:27:45 +0200
committerGitHub <noreply@github.com>2023-08-02 11:27:45 +0200
commite001e998010ecbe78eeb98fd897eb4b1608bb8c0 (patch)
tree115114253901be1b3bbfb2b639fd99a94e9c3da5 /pkgs/applications/emulators
parent84a435238f50d9b17895804fc87b0823f53da082 (diff)
parent8363e6750d1ac3da55a63ff254374f3f09142d66 (diff)
Merge pull request #246223 from r-ryantm/auto-update/rpcs3
rpcs3: 0.0.28-15372-38a5313ed -> 0.0.28-15409-fd6829f75
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 cc38ad1fbcda6..bea72c7ca44fd 100644
--- a/pkgs/applications/emulators/rpcs3/default.nix
+++ b/pkgs/applications/emulators/rpcs3/default.nix
@@ -34,10 +34,10 @@
 
 let
   # Keep these separate so the update script can regex them
-  rpcs3GitVersion = "15372-38a5313ed";
-  rpcs3Version = "0.0.28-15372-38a5313ed";
-  rpcs3Revision = "38a5313ed2c4ebb626017a4f7f28ed0c0a89f931";
-  rpcs3Hash = "sha256-tiByoxPf++TK/Xowo2VQ+OEojoYIpX/B8caDyaMZ3Qc=";
+  rpcs3GitVersion = "15409-fd6829f75";
+  rpcs3Version = "0.0.28-15409-fd6829f75";
+  rpcs3Revision = "fd6829f7576da07e3bb90de8821834d3ce44610c";
+  rpcs3Hash = "sha256-I/CYDE7te8xxKjTyH1Mb45uemya5Sfjb96MQWlkFAbk=";
 in
 stdenv.mkDerivation {
   pname = "rpcs3";