summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/emulators/pcsx2
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-06 02:11:30 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-06 02:11:30 +0000
commitd6905d065a6521653488b8f7ad96198d1072e27c (patch)
tree87d253784950767bfb6f87dc0bf70bbcc04ca0e8 /pkgs/applications/emulators/pcsx2
parent9cfb5c053b8cfecd56f41d07a1fc141cdf0302ee (diff)
pcsx2: 1.7.3128 -> 1.7.3165
Diffstat (limited to 'pkgs/applications/emulators/pcsx2')
-rw-r--r--pkgs/applications/emulators/pcsx2/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/emulators/pcsx2/default.nix b/pkgs/applications/emulators/pcsx2/default.nix
index 77e69a032131..5f5579658b13 100644
--- a/pkgs/applications/emulators/pcsx2/default.nix
+++ b/pkgs/applications/emulators/pcsx2/default.nix
@@ -32,14 +32,14 @@
stdenv.mkDerivation rec {
pname = "pcsx2";
- version = "1.7.3128";
+ version = "1.7.3165";
src = fetchFromGitHub {
owner = "PCSX2";
repo = "pcsx2";
fetchSubmodules = true;
rev = "v${version}";
- hash = "sha256-OVKxVyUkTpyVvQ1oA8G6W77ssC1NmUAu/VanBM8Z168=";
+ hash = "sha256-FdLmLZLpS8zPmHVn4k0nE6vS/omYVIOal9ej0h3bE/Y=";
};
cmakeFlags = [