From ba914d792561486c60dc13b8bbebfa99b587f34d Mon Sep 17 00:00:00 2001 From: Martino Fontana Date: Sun, 18 Sep 2022 14:29:56 +0200 Subject: [PATCH] pcsx2: 1.7.3165 -> 1.7.3331 pcsx2: 1.7.3324 -> 1.7.3331 --- pkgs/applications/emulators/pcsx2/default.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pkgs/applications/emulators/pcsx2/default.nix b/pkgs/applications/emulators/pcsx2/default.nix index a4e99b0515bc..34eba5ed7819 100644 --- a/pkgs/applications/emulators/pcsx2/default.nix +++ b/pkgs/applications/emulators/pcsx2/default.nix @@ -32,7 +32,7 @@ stdenv.mkDerivation rec { pname = "pcsx2"; - version = "1.7.3165"; + version = "1.7.3331"; # nixpkgs-update: no auto update src = fetchFromGitHub { @@ -40,7 +40,7 @@ stdenv.mkDerivation rec { repo = "pcsx2"; fetchSubmodules = true; rev = "v${version}"; - hash = "sha256-FdLmLZLpS8zPmHVn4k0nE6vS/omYVIOal9ej0h3bE/Y="; + hash = "sha256-0RcmBMxKj/gnkNEjn2AUSSO1DzyNSf1lOZWPSUq6764="; }; cmakeFlags = [ @@ -79,13 +79,9 @@ stdenv.mkDerivation rec { zlib ]; - # Wayland doesn't seem to work right now (crashes when booting a game). - # Try removing `--prefix GDK_BACKEND : x11` on the next update. - # (This may be solved when the project finshes migrating to Qt) preFixup = '' gappsWrapperArgs+=( --prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ vulkan-loader ]} - --prefix GDK_BACKEND : x11 ) '';