We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9807714 commit d8fc431Copy full SHA for d8fc431
1 file changed
pkgs/by-name/me/melonDS/package.nix
@@ -28,13 +28,13 @@ let
28
in
29
stdenv.mkDerivation (finalAttrs: {
30
pname = "melonDS";
31
- version = "1.0rc-unstable-2025-06-18";
+ version = "1.0rc-unstable-2025-07-07";
32
33
src = fetchFromGitHub {
34
owner = "melonDS-emu";
35
repo = "melonDS";
36
- rev = "71edf793fcd2726c4212f7915194c60107dc2809";
37
- hash = "sha256-B/qWdt+fWSov54zA+7S25bEVxqQuspo5oT3MyMk4Ato=";
+ rev = "85dcf65231224f34e25b5007b644d8987e33838c";
+ hash = "sha256-ZKPsE3+kkv2xlIHB+TBKp2J5GnKU7BA1+O4Y1Rq4low=";
38
};
39
40
nativeBuildInputs = [
0 commit comments