From 5e30a15bf0f1bf71460c7b2a11c02c540e27ef26 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" <ryantm-bot@ryantm.com> Date: Wed, 2 Nov 2022 06:16:23 +0000 Subject: [PATCH] rpcs3: 0.0.24-14337-5210df688 -> 0.0.25-14358-a00f9e421 --- 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 f1432d8db558..b88e5f264729 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 = "14337-5210df688"; - rpcs3Version = "0.0.24-14337-5210df688"; - rpcs3Revision = "5210df688262ec7fd8c21230d30e568d98724c8f"; - rpcs3Sha256 = "1m0j53xl6g01s27bi2p9j23m724gq7a3hss7kqhc239a5m9akqdg"; + rpcs3GitVersion = "14358-a00f9e421"; + rpcs3Version = "0.0.25-14358-a00f9e421"; + rpcs3Revision = "a00f9e42115527aa9654870f194cf2c64329f2ef"; + rpcs3Sha256 = "0avajihbs02nbfqs4kzgckl0v2z4z8h8fgcjs5m4zxvkgj5701nv"; ittapi = fetchFromGitHub { owner = "intel";