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 c807ed4 commit a5af1daCopy full SHA for a5af1da
pkgs/by-name/me/melonDS/package.nix
@@ -27,13 +27,13 @@ let
27
in
28
stdenv.mkDerivation (finalAttrs: {
29
pname = "melonDS";
30
- version = "1.0rc-unstable-2024-12-05";
+ version = "1.0rc-unstable-2024-12-26";
31
32
src = fetchFromGitHub {
33
owner = "melonDS-emu";
34
repo = "melonDS";
35
- rev = "7d718ada390bc54749fa35389437147e1bbefae1";
36
- hash = "sha256-Oh69L4yOSeEAAUjUupMN7cQbPEUjZ0M/5FmiBvsBGxw=";
+ rev = "0c5dd28b1c5c1d17a2ce87efbd858059a8f9376f";
+ hash = "sha256-hIpIt+krUpSW1T05Vq02IU5Lfaj4Sgg18qMoMH45NaE=";
37
};
38
39
nativeBuildInputs = [
0 commit comments