pcsx2: 1.7.4658 -> 1.7.5004

Diff: https://github.com/PCSX2/pcsx2/compare/v1.7.4658...v1.7.5004
This commit is contained in:
Martino Fontana 2023-09-13 10:47:26 +02:00
parent f4a33546bd
commit 1b0aab2ad1

View file

@ -4,6 +4,7 @@
, llvmPackages_16 , llvmPackages_16
, cubeb , cubeb
, curl , curl
, extra-cmake-modules
, ffmpeg , ffmpeg
, fmt_8 , fmt_8
, gettext , gettext
@ -36,20 +37,20 @@ let
pcsx2_patches = fetchFromGitHub { pcsx2_patches = fetchFromGitHub {
owner = "PCSX2"; owner = "PCSX2";
repo = "pcsx2_patches"; repo = "pcsx2_patches";
rev = "c09d842168689aeba88b656e3e0a042128673a7c"; rev = "04d727b3bf451da11b6594602036e4f7f5580610";
sha256 = "sha256-h1jqv3a3Ib/4C7toZpSlVB1VFNNF1MrrUxttqKJL794="; sha256 = "sha256-zrulsSMRNLPFvrC/jeYzl53i4ZvFQ4Yl2nB0bA6Y8KU=";
}; };
in in
llvmPackages_16.stdenv.mkDerivation rec { llvmPackages_16.stdenv.mkDerivation rec {
pname = "pcsx2"; pname = "pcsx2";
version = "1.7.4658"; version = "1.7.5004";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "PCSX2"; owner = "PCSX2";
repo = "pcsx2"; repo = "pcsx2";
fetchSubmodules = true; fetchSubmodules = true;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-5y7CYFWgNh9oCBuTITvw7Rn4sC6MbMczVMAwtWFkn9A="; sha256 = "sha256-o+9VSuoZgTkS75rZ6qYM8ITD+0OcwXp+xh/hdUGpVK4=";
}; };
cmakeFlags = [ cmakeFlags = [
@ -61,6 +62,7 @@ llvmPackages_16.stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
cmake cmake
extra-cmake-modules
pkg-config pkg-config
strip-nondeterminism strip-nondeterminism
wrapQtAppsHook wrapQtAppsHook