Merge pull request #185341 from r-ryantm/auto-update/pcsx2

pcsx2: 1.7.3128 -> 1.7.3165
This commit is contained in:
Sebastián Mancilla 2022-08-12 13:22:15 -04:00 committed by GitHub
commit 3ec67444cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,14 +32,14 @@
stdenv.mkDerivation rec {
pname = "pcsx2";
version = "1.7.3128";
version = "1.7.3165";
src = fetchFromGitHub {
owner = "PCSX2";
repo = "pcsx2";
fetchSubmodules = true;
rev = "v${version}";
hash = "sha256-OVKxVyUkTpyVvQ1oA8G6W77ssC1NmUAu/VanBM8Z168=";
hash = "sha256-FdLmLZLpS8zPmHVn4k0nE6vS/omYVIOal9ej0h3bE/Y=";
};
cmakeFlags = [