Unverified Commit 3a71b0a0 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

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

parents acb1ffd2 5e30a15b
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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";