Commit 348a2ce8 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada
Browse files

libretro.fbneo: 0-unstable-2024-10-03 -> 0-unstable-2025-01-06

parent 84d36916
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
mkLibretroCore {
  core = "fbneo";
  version = "0-unstable-2024-10-03";
  version = "0-unstable-2025-01-06";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "fbneo";
    rev = "d72f49f4a45dbfc5a855956d1a75ce2d0601c1c5";
    hash = "sha256-+T+HQo6IfY8+oE/mOg54Vn9NhasGYNCLXksFdSDT/xE=";
    rev = "b8780c057029db8768c9a057b0bc28f9a12609d8";
    hash = "sha256-cK3ILA0Ape6rHf5dPbXOMmQ69ZPZ/qrxeKYA1LniBEk=";
  };

  makefile = "Makefile";