diff options
| author | Andrew Wong <wongandj@runbox.com> | 2025-12-24 00:54:46 -0500 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-01-03 15:18:56 +0100 |
| commit | a6b42e4a3b0a6c5405d1f20af40a2a06f76b62fa (patch) | |
| tree | f1dffd9d4c44d76b51690f153477f668aa4972ea /gnu/packages/emulators.scm | |
| parent | f25464b7d3bd3657c3262ad13195e70595f9d891 (diff) | |
gnu: pcsx2-patches: Update to 2025.12.11-0.10239de.
* gnu/packages/emulators.scm (pcsx2-patches): Update to 2025.12.11-0.10239de.
Change-Id: Iad6f81ec3e5211b0c9497a7bb081cfcbd51a1717
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu/packages/emulators.scm')
| -rw-r--r-- | gnu/packages/emulators.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index 3fef21e6ed1..c58176f4f6b 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -3604,11 +3604,11 @@ improvements.") (license license:gpl2+)))) (define-public pcsx2-patches - (let ((commit "2fdc835f0725b318efcdaae84db1c73a9139b6f6") + (let ((commit "10239de1539668c347e8e9478a3b13913808c0b2") (revision "0")) (package (name "pcsx2-patches") - (version (git-version "2025.10.24" revision commit)) + (version (git-version "2025.12.11" revision commit)) (source (origin (method git-fetch) @@ -3617,7 +3617,7 @@ improvements.") (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "0qn9jwk983hxzrf2x550wcb9l782618lm662w5fb6cw81bbrv5is")))) + (base32 "07f18xrn60sizgjhq99rq1q69ay9pss00y8b4c3ky9i94xjfxq5x")))) (build-system copy-build-system) (arguments (list |
