pcsx2: 1.7.4658 -> 1.7.5004

Diff: https://github.com/PCSX2/pcsx2/compare/v1.7.4658...v1.7.5004

+6 -4
+6 -4
pkgs/applications/emulators/pcsx2/default.nix
··· 4 , llvmPackages_16 5 , cubeb 6 , curl 7 , ffmpeg 8 , fmt_8 9 , gettext ··· 36 pcsx2_patches = fetchFromGitHub { 37 owner = "PCSX2"; 38 repo = "pcsx2_patches"; 39 - rev = "c09d842168689aeba88b656e3e0a042128673a7c"; 40 - sha256 = "sha256-h1jqv3a3Ib/4C7toZpSlVB1VFNNF1MrrUxttqKJL794="; 41 }; 42 in 43 llvmPackages_16.stdenv.mkDerivation rec { 44 pname = "pcsx2"; 45 - version = "1.7.4658"; 46 47 src = fetchFromGitHub { 48 owner = "PCSX2"; 49 repo = "pcsx2"; 50 fetchSubmodules = true; 51 rev = "v${version}"; 52 - sha256 = "sha256-5y7CYFWgNh9oCBuTITvw7Rn4sC6MbMczVMAwtWFkn9A="; 53 }; 54 55 cmakeFlags = [ ··· 61 62 nativeBuildInputs = [ 63 cmake 64 pkg-config 65 strip-nondeterminism 66 wrapQtAppsHook
··· 4 , llvmPackages_16 5 , cubeb 6 , curl 7 + , extra-cmake-modules 8 , ffmpeg 9 , fmt_8 10 , gettext ··· 37 pcsx2_patches = fetchFromGitHub { 38 owner = "PCSX2"; 39 repo = "pcsx2_patches"; 40 + rev = "04d727b3bf451da11b6594602036e4f7f5580610"; 41 + sha256 = "sha256-zrulsSMRNLPFvrC/jeYzl53i4ZvFQ4Yl2nB0bA6Y8KU="; 42 }; 43 in 44 llvmPackages_16.stdenv.mkDerivation rec { 45 pname = "pcsx2"; 46 + version = "1.7.5004"; 47 48 src = fetchFromGitHub { 49 owner = "PCSX2"; 50 repo = "pcsx2"; 51 fetchSubmodules = true; 52 rev = "v${version}"; 53 + sha256 = "sha256-o+9VSuoZgTkS75rZ6qYM8ITD+0OcwXp+xh/hdUGpVK4="; 54 }; 55 56 cmakeFlags = [ ··· 62 63 nativeBuildInputs = [ 64 cmake 65 + extra-cmake-modules 66 pkg-config 67 strip-nondeterminism 68 wrapQtAppsHook