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.
2 parents f48a10e + 293be00 commit 97cb910Copy full SHA for 97cb910
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-2025-01-17";
+ version = "1.0rc-unstable-2025-02-21";
31
32
src = fetchFromGitHub {
33
owner = "melonDS-emu";
34
repo = "melonDS";
35
- rev = "15c3faa26e879bdcff615558ded6dd886681ccae";
36
- hash = "sha256-X9UqAAsACc3vVaWKNvT+swZXygIvaWOgFRUFzSAMjGM=";
+ rev = "63b468927e1c744e21057ccb4c5677f52502b442";
+ hash = "sha256-LylUfcgYC3CZTycfq/qqEAZ4ajrj90bUSXAkA9SbMqE=";
37
};
38
39
nativeBuildInputs = [
0 commit comments