Merge pull request #110081 from r-ryantm/auto-update/melonDS

melonDS: 0.9 -> 0.9.1
This commit is contained in:
Ryan Mulligan 2021-01-20 07:32:41 -08:00 committed by GitHub
commit c83be78953
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];