Commit b48f55f9 authored by Gliczy's avatar Gliczy
Browse files

melonDS: 1.0-unstable-2025-08-10 -> 1.0-unstable-2025-10-13

parent 0dc2b570
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
  enet,
  extra-cmake-modules,
  fetchFromGitHub,
  faad2,
  libGL,
  libarchive,
  libpcap,
@@ -28,13 +29,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "melonDS";
  version = "1.0-unstable-2025-08-10";
  version = "1.0-unstable-2025-10-13";

  src = fetchFromGitHub {
    owner = "melonDS-emu";
    repo = "melonDS";
    rev = "f9e46fdc29f8e55aca6bc121c424890faee2e51d";
    hash = "sha256-g5TVvnCoWQej9v2aii5klx7gRzUrokiwy0By0G3LkiI=";
    rev = "91ab68090c0aa588aabaeaa5e2c62564fd661ccc";
    hash = "sha256-04Wr7xUwz6Q9JDiEfTQh6Vx5q71dFVI9rScIpt6ywGY=";
  };

  nativeBuildInputs = [
@@ -47,6 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
  buildInputs = [
    SDL2
    enet
    faad2
    libarchive
    libslirp
    libGL