mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
melonDS: 0.9.5-unstable-2024-08-21 -> 0.9.5-unstable-2024-09-06
This commit is contained in:
parent
d01b5ff5b5
commit
05b0f36dd9
@ -27,13 +27,13 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "melonDS";
|
pname = "melonDS";
|
||||||
version = "0.9.5-unstable-2024-08-21";
|
version = "0.9.5-unstable-2024-09-06";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "melonDS-emu";
|
owner = "melonDS-emu";
|
||||||
repo = "melonDS";
|
repo = "melonDS";
|
||||||
rev = "4f6498c99c5dcdb780371fe936d49e32df148e6e";
|
rev = "268c4f14c194b72ced33f520688fb0d3d096fad5";
|
||||||
hash = "sha256-GfcPWWWAO9zQrqr2+CxNMaIxcfswZhDw1DFjrmpWZ2Q=";
|
hash = "sha256-D7tponrkD+YI6MYeilP5YlpIJ3brdZYKpDV/YE9vOFA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user