Unverified Commit 378d818a authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

Merge pull request #334972 from r-ryantm/auto-update/rpcs3

rpcs3: 0.0.32-16784-03a612487 -> 0.0.32-16833-981a1c56f
parents bc268e6f e7d35a6c
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 = "16784-03a612487";
  rpcs3Version = "0.0.32-16784-03a612487";
  rpcs3Revision = "03a612487d5b840c858c900e33ce2e3bfb03d0b8";
  rpcs3Hash = "sha256-WMXRxxIHbTYlYDtzdM2YO5B58WGq6Pt2TaEhLcflpns=";
  rpcs3GitVersion = "16833-981a1c56f";
  rpcs3Version = "0.0.32-16833-981a1c56f";
  rpcs3Revision = "981a1c56fbfb6056e5496bba9b8678a9dc755405";
  rpcs3Hash = "sha256-yRJ7RBRWm/HcdT/lw4t5AElsxujxFk0bA/keURCyQac=";

  inherit (qt6Packages) qtbase qtmultimedia wrapQtAppsHook qtwayland;
in