about summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
authorSebastián Mancilla <238528+smancill@users.noreply.github.com>2022-08-12 13:22:15 -0400
committerGitHub <noreply@github.com>2022-08-12 13:22:15 -0400
commit3ec67444cfc81e22c5124905a7f64968be1a7d87 (patch)
tree1406e0289e0e8daf450d716157ef994843a1be9a /pkgs/applications/emulators
parent689d384260f2b008a574795695cb51254500261e (diff)
parentd6905d065a6521653488b8f7ad96198d1072e27c (diff)
Merge pull request #185341 from r-ryantm/auto-update/pcsx2
pcsx2: 1.7.3128 -> 1.7.3165
Diffstat (limited to 'pkgs/applications/emulators')
-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 77e69a0321311..5f5579658b13e 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 = [