diff options
| author | bdunahu <bdunahu@operationnull.com> | 2025-11-29 20:21:28 -0500 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-12-13 09:57:59 +0100 |
| commit | 7ce90c2cce3ed26878591015d04c8162b2676bee (patch) | |
| tree | 9ad3e79d6aa1a3566ad2611ce96592c2d1ae2160 /gnu | |
| parent | e0d9777140423b9bf9433f4be89d4a9af1c2fc3b (diff) | |
gnu: mupen64plus-core: Update to 2.6.0.
* gnu/packages/emulators.scm (mupen64plus-core): Update to 2.6.0.
[inputs]: Add vulkan-loader.
Change-Id: Ief3c7b381269532999dffb128080fcaf3f1f2b06
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/emulators.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index 0274e5c906e..8f85fd6bbae 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -1239,7 +1239,7 @@ Enjoy all of your favorite Atari 2600 games on your PC thanks to Stella!") (define-public mupen64plus-core (package (name "mupen64plus-core") - (version "2.5.9") + (version "2.6.0") (source (origin (method git-fetch) @@ -1248,7 +1248,7 @@ Enjoy all of your favorite Atari 2600 games on your PC thanks to Stella!") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1iav8r3f0r44sq9pz4zjqrdzyspk412c117ywxz02qpjkhkf91a3")))) + (base32 "1xf15b6c3i0vv92b420a92pfvfaxhji56ivin8pn5r7fajkqyfb7")))) (build-system gnu-build-system) (native-inputs (list pkg-config nasm which)) @@ -1258,6 +1258,7 @@ Enjoy all of your favorite Atari 2600 games on your PC thanks to Stella!") libpng mesa sdl2 + vulkan-loader zlib)) (arguments '(#:phases |
