Skip to content

Commit

Permalink
Merge pull request #95145 from samuelgrf/update/pcsx2-1.6.0
Browse files Browse the repository at this point in the history
pcsx2: 1.6.0-rc -> 1.6.0
  • Loading branch information
lheckemann committed Aug 11, 2020
2 parents 60d2ac5 + bdf3479 commit eac5ef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/misc/emulators/pcsx2/default.nix
Expand Up @@ -5,13 +5,13 @@

stdenv.mkDerivation rec {
pname = "pcsx2";
version = "1.6.0-rc";
version = "1.6.0";

src = fetchFromGitHub {
owner = "PCSX2";
repo = "pcsx2";
rev = "v${version}";
sha256 = "1mdv1dgwawb4k6bs1jh6j2jaaxg168fbssm1lwnlk5di0gz31h23";
sha256 = "0528kh3275285lvfsykycdhc35c1z8pmccl2s7dfi3va2cp4x8wa";
};

postPatch = "sed '1i#include \"x86intrin.h\"' -i common/src/x86emitter/cpudetect.cpp";
Expand Down

0 comments on commit eac5ef8

Please sign in to comment.