melonDS: 0.9.5-unstable-2024-09-29 -> 1.0rc-unstable-2024-11-27 (#360034)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-11-30 03:33:54 +00:00 committed by GitHub
commit ed30be523a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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