about summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-03-01 15:04:28 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-03-01 15:04:28 +0000
commit76ccd48af3c2dc53a73c13c60ee9d5370066b6ca (patch)
tree5b03bdaff77d125e649f7844e597f746fad3d542 /pkgs/applications/emulators
parente3c78ec446db310c01504dca6cb7ee4cba0f8a7d (diff)
downloadnixlib-76ccd48af3c2dc53a73c13c60ee9d5370066b6ca.tar
nixlib-76ccd48af3c2dc53a73c13c60ee9d5370066b6ca.tar.gz
nixlib-76ccd48af3c2dc53a73c13c60ee9d5370066b6ca.tar.bz2
nixlib-76ccd48af3c2dc53a73c13c60ee9d5370066b6ca.tar.lz
nixlib-76ccd48af3c2dc53a73c13c60ee9d5370066b6ca.tar.xz
nixlib-76ccd48af3c2dc53a73c13c60ee9d5370066b6ca.tar.zst
nixlib-76ccd48af3c2dc53a73c13c60ee9d5370066b6ca.zip
rpcs3: 0.0.20-13222-8c2fd5095 -> 0.0.21-13327-6c096b72b
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 0ea56d3a72d3..6f58990e4735 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 = "13222-8c2fd5095";
-  rpcs3Version = "0.0.20-13222-8c2fd5095";
-  rpcs3Revision = "8c2fd50957be3af05c04a9bb782dce8505fb6400";
-  rpcs3Sha256 = "1cf62vpqdc9i4masgv9zz24h7zdc7gcymx6n1hbh7wp5gg1dw4qi";
+  rpcs3GitVersion = "13327-6c096b72b";
+  rpcs3Version = "0.0.21-13327-6c096b72b";
+  rpcs3Revision = "6c096b72b5294758067a002f981563bbd618d30d";
+  rpcs3Sha256 = "0xmdhjskqbv02jvl43bvw0clsgh9gnahl50fr3q8lmpwpy13ldr4";
 
   ittapi = fetchFromGitHub {
     owner = "intel";