summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-03-13 05:31:00 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-03-13 05:31:00 +0000
commit5de95a88a14c357eaf53088294e182429e9b088b (patch)
treebfa9227132d4a24b5a24349f5cb228e7da687604
parent643b9afc19d45b245b236f4dc9e9d1abe93062c2 (diff)
downloadnixpkgs-5de95a88a14c357eaf53088294e182429e9b088b.tar
nixpkgs-5de95a88a14c357eaf53088294e182429e9b088b.tar.gz
nixpkgs-5de95a88a14c357eaf53088294e182429e9b088b.tar.bz2
nixpkgs-5de95a88a14c357eaf53088294e182429e9b088b.tar.lz
nixpkgs-5de95a88a14c357eaf53088294e182429e9b088b.tar.xz
nixpkgs-5de95a88a14c357eaf53088294e182429e9b088b.tar.zst
nixpkgs-5de95a88a14c357eaf53088294e182429e9b088b.zip
rpcs3: 0.0.26-14757-3388c8ed0 -> 0.0.27-14812-cf5346c26
-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 f6aa0f9c526..655fa862376 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 = "14757-3388c8ed0";
-  rpcs3Version = "0.0.26-14757-3388c8ed0";
-  rpcs3Revision = "3388c8ed090afb216f40c1d00361c6f6f1e7a9ba";
-  rpcs3Sha256 = "0w2qsk91dxp0lxy6bdz4yyf79wqfnzyxswrg1kxwm0s7iwwch2pj";
+  rpcs3GitVersion = "14812-cf5346c26";
+  rpcs3Version = "0.0.27-14812-cf5346c26";
+  rpcs3Revision = "cf5346c263111760752cabb94767c07c501207c4";
+  rpcs3Sha256 = "1dkik6r6khmpcbh27n1bzg7y1ws7ljrkn81a7qn21wmh709sscc8";
 
   ittapi = fetchFromGitHub {
     owner = "intel";