mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
melonDS: 0.9.5-unstable-2024-05-05 -> 0.9.5-unstable-2024-05-13
This commit is contained in:
parent
7715ce37e7
commit
70014d7567
1 changed files with 3 additions and 3 deletions
|
@ -23,13 +23,13 @@ let
|
|||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "melonDS";
|
||||
version = "0.9.5-unstable-2024-05-05";
|
||||
version = "0.9.5-unstable-2024-05-13";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "melonDS-emu";
|
||||
repo = "melonDS";
|
||||
rev = "10798c3464ca0e199087960fda918ed99acc2e21";
|
||||
hash = "sha256-5GbJKhICrbVfnfZt6Ni4uNbodH3rJY5lKoQRgiPXWCg=";
|
||||
rev = "5df83c97c766bff3da8ba5a1504a6a5974467133";
|
||||
hash = "sha256-Fo+HtTvkfrHU361ccH9zPifRoR6tNcw9gKIaExKEQh4=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue