Commit edb206d0 authored by R. RyanTM's avatar R. RyanTM
Browse files

rpcs3: 0.0.32-16875-3b36df48e -> 0.0.33-16892-7e3b8b5cd

parent 13d99034
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -33,10 +33,10 @@

let
  # Keep these separate so the update script can regex them
  rpcs3GitVersion = "16875-3b36df48e";
  rpcs3Version = "0.0.32-16875-3b36df48e";
  rpcs3Revision = "3b36df48e9682f257d4eb4151b7b7c390f952858";
  rpcs3Hash = "sha256-rGRMIbLwUYTC11ErJMYreinZbckIwxGJ9WXdySQ9j28=";
  rpcs3GitVersion = "16892-7e3b8b5cd";
  rpcs3Version = "0.0.33-16892-7e3b8b5cd";
  rpcs3Revision = "7e3b8b5cdb0c0579382a93d223bfb6e776999a35";
  rpcs3Hash = "sha256-3wqJNn4/wP5f3+hUCvYjxrcuMZ6MegpuNot5Mq+DQdI=";

  inherit (qt6Packages) qtbase qtmultimedia wrapQtAppsHook qtwayland;
in