melonDS: 0.9.5-unstable-2024-09-18 -> 0.9.5-unstable-2024-09-29

This commit is contained in:
R. Ryantm 2024-09-30 14:37:18 +00:00
parent 54e315dd2f
commit 5dad232a98

View File

@ -27,13 +27,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "melonDS";
version = "0.9.5-unstable-2024-09-18";
version = "0.9.5-unstable-2024-09-29";
src = fetchFromGitHub {
owner = "melonDS-emu";
repo = "melonDS";
rev = "2179ca2a417e356f23a09cd88707b20c1bcaf66f";
hash = "sha256-93KbpRlVVZc8JoaZiVLKOsTezLqY2Y7J2bFL7RkCcxM=";
rev = "e9446fa9dc3ba64c22f8e5bb611ad394b5729eda";
hash = "sha256-0YNF9NPKaaKzC3d8cXG4Od3AUc1zxVtuB5u2Q8ruwr0=";
};
nativeBuildInputs = [