Skip to content

Commit 8a171ee

Browse files
committedJan 11, 2025
libretro.play: 0-unstable-2025-01-09 -> 0-unstable-2025-01-10
1 parent 76af1d7 commit 8a171ee

File tree

1 file changed

+3
-3
lines changed
  • pkgs/applications/emulators/libretro/cores

1 file changed

+3
-3
lines changed
 

‎pkgs/applications/emulators/libretro/cores/play.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
}:
1515
mkLibretroCore {
1616
core = "play";
17-
version = "0-unstable-2025-01-09";
17+
version = "0-unstable-2025-01-10";
1818

1919
src = fetchFromGitHub {
2020
owner = "jpd002";
2121
repo = "Play-";
22-
rev = "2958fa6c5ada62a3150513e4d8b6c4343c1cfbb8";
23-
hash = "sha256-beo3tOUW62tiZISdAAGdeSVrS8w1l8x+JIi0nDDl5wA=";
22+
rev = "b961ef49ced056b8c4152a7e5ebb57eefc582db6";
23+
hash = "sha256-KBbDPSPjg7nXgDU60W0eT2HnhfuGODWn/+8zTIUX1MI=";
2424
fetchSubmodules = true;
2525
};
2626

0 commit comments

Comments
 (0)
Failed to load comments.