summary refs log tree commit diff
path: root/pkgs/misc/emulators
diff options
context:
space:
mode:
authorSamuel Gräfenstein <git@samuelgrf.com>2021-12-07 20:44:45 +0100
committerSamuel Gräfenstein <git@samuelgrf.com>2021-12-07 20:46:24 +0100
commitc84ac918fc8b712ad98fec017f7b36fd09cb8f7b (patch)
treeb924596017dff1afd21c71342b46ab002d270e41 /pkgs/misc/emulators
parent7383c704e28f54c36d3e76a2d52dd33206fcd72d (diff)
downloadnixpkgs-c84ac918fc8b712ad98fec017f7b36fd09cb8f7b.tar
nixpkgs-c84ac918fc8b712ad98fec017f7b36fd09cb8f7b.tar.gz
nixpkgs-c84ac918fc8b712ad98fec017f7b36fd09cb8f7b.tar.bz2
nixpkgs-c84ac918fc8b712ad98fec017f7b36fd09cb8f7b.tar.lz
nixpkgs-c84ac918fc8b712ad98fec017f7b36fd09cb8f7b.tar.xz
nixpkgs-c84ac918fc8b712ad98fec017f7b36fd09cb8f7b.tar.zst
nixpkgs-c84ac918fc8b712ad98fec017f7b36fd09cb8f7b.zip
pcsx2: 2021-10-28 -> 1.7.2105
Diffstat (limited to 'pkgs/misc/emulators')
-rw-r--r--pkgs/misc/emulators/pcsx2/default.nix13
1 files changed, 7 insertions, 6 deletions
diff --git a/pkgs/misc/emulators/pcsx2/default.nix b/pkgs/misc/emulators/pcsx2/default.nix
index 4246240463e..a71ae784c18 100644
--- a/pkgs/misc/emulators/pcsx2/default.nix
+++ b/pkgs/misc/emulators/pcsx2/default.nix
@@ -6,6 +6,7 @@
 , glib
 , gtk3
 , harfbuzz
+, lib
 , libaio
 , libpcap
 , libpng
@@ -17,23 +18,23 @@
 , portaudio
 , SDL2
 , soundtouch
-, lib, stdenv
+, stdenv
 , udev
 , wrapGAppsHook
 , wxGTK
 , zlib
 }:
 
-stdenv.mkDerivation {
+stdenv.mkDerivation rec {
   pname = "pcsx2";
-  version = "unstable-2021-10-28";
+  version = "1.7.2105";
 
   src = fetchFromGitHub {
     owner = "PCSX2";
     repo = "pcsx2";
     fetchSubmodules = true;
-    rev = "52eab493591137d830b45337e04c75ff525a31f9";
-    sha256 = "RhAo5Fob8G16jzb9MOAS43vwTkFzf5XupymN0dzeGJU=";
+    rev = "v${version}";
+    hash = "sha256-/A8u7oDIVs0Zmne0ebaXxOeIQbM9pr62KEH6FJR2umk=";
   };
 
   cmakeFlags = [
@@ -68,7 +69,7 @@ stdenv.mkDerivation {
 
   meta = with lib; {
     description = "Playstation 2 emulator";
-    longDescription= ''
+    longDescription = ''
       PCSX2 is an open-source PlayStation 2 (AKA PS2) emulator. Its purpose
       is to emulate the PS2 hardware, using a combination of MIPS CPU
       Interpreters, Recompilers and a Virtual Machine which manages hardware