Merge pull request #57318 from r-ryantm/auto-update/mgba

mgba: 0.7.0 -> 0.7.1
This commit is contained in:
Cray Elliott 2019-03-10 21:51:04 -07:00 committed by GitHub
commit a7ee76676a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,13 +15,13 @@ let
};
in stdenv.mkDerivation rec {
name = "mgba-${version}";
version = "0.7.0";
version = "0.7.1";
src = fetchFromGitHub {
owner = "mgba-emu";
repo = "mgba";
rev = version;
sha256 = "0s4dl4pi8rxqahvzxnh37xdgsfax36cn5wlh1srdcmabwsrfpb3w";
sha256 = "0q0yg2zna7gjbvpaswyykbg3lr9k3c8l8fydqa407xrgq77lahq4";
};
enableParallelBuilding = true;