From 5de95a88a14c357eaf53088294e182429e9b088b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 13 Mar 2023 05:31:00 +0000 Subject: [PATCH] rpcs3: 0.0.26-14757-3388c8ed0 -> 0.0.27-14812-cf5346c26 --- pkgs/applications/emulators/rpcs3/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/emulators/rpcs3/default.nix b/pkgs/applications/emulators/rpcs3/default.nix index f6aa0f9c526a..655fa8623768 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";