summaryrefslogtreecommitdiffstats
path: root/pkgs/misc/emulators
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-01-20 05:07:49 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-01-20 05:07:49 +0000
commit9b45a8e56553dea33f406aef53e6a9efbf7ec482 (patch)
treef650a0e1e5cf722f289f8c104f97764b27238a65 /pkgs/misc/emulators
parent35b89f31e380d428dcb83563812d69cdcf11178c (diff)
melonDS: 0.9 -> 0.9.1
Diffstat (limited to 'pkgs/misc/emulators')
-rw-r--r--pkgs/misc/emulators/melonDS/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/emulators/melonDS/default.nix b/pkgs/misc/emulators/melonDS/default.nix
index dbf658b8fcea..f8d43cc8999d 100644
--- a/pkgs/misc/emulators/melonDS/default.nix
+++ b/pkgs/misc/emulators/melonDS/default.nix
@@ -12,13 +12,13 @@
mkDerivation rec {
pname = "melonDS";
- version = "0.9";
+ version = "0.9.1";
src = fetchFromGitHub {
owner = "Arisotura";
repo = pname;
rev = version;
- sha256 = "0m45m1ch0az8l3d3grjbqvi5vvydbffxwka9w3k3qiia50m7fnph";
+ sha256 = "sha256-bvi0Y+zwfEcsZMNxoH85hxwIGn0UIYlg/ZaE6yJ7vlo=";
};
nativeBuildInputs = [ cmake pkg-config wrapGAppsHook ];