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 { in stdenv.mkDerivation rec {
name = "mgba-${version}"; name = "mgba-${version}";
version = "0.7.0"; version = "0.7.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mgba-emu"; owner = "mgba-emu";
repo = "mgba"; repo = "mgba";
rev = version; rev = version;
sha256 = "0s4dl4pi8rxqahvzxnh37xdgsfax36cn5wlh1srdcmabwsrfpb3w"; sha256 = "0q0yg2zna7gjbvpaswyykbg3lr9k3c8l8fydqa407xrgq77lahq4";
}; };
enableParallelBuilding = true; enableParallelBuilding = true;