Commit 70014d75 authored by R. RyanTM's avatar R. RyanTM
Browse files

melonDS: 0.9.5-unstable-2024-05-05 -> 0.9.5-unstable-2024-05-13

parent 7715ce37
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -23,13 +23,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "melonDS";
  version = "0.9.5-unstable-2024-05-05";
  version = "0.9.5-unstable-2024-05-13";

  src = fetchFromGitHub {
    owner = "melonDS-emu";
    repo = "melonDS";
    rev = "10798c3464ca0e199087960fda918ed99acc2e21";
    hash = "sha256-5GbJKhICrbVfnfZt6Ni4uNbodH3rJY5lKoQRgiPXWCg=";
    rev = "5df83c97c766bff3da8ba5a1504a6a5974467133";
    hash = "sha256-Fo+HtTvkfrHU361ccH9zPifRoR6tNcw9gKIaExKEQh4=";
  };

  nativeBuildInputs = [