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

mgba: 0.7.1 -> 0.7.2
This commit is contained in:
Renaud 2019-06-10 15:55:11 +02:00 committed by GitHub
commit ec57ea39a6
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.1";
version = "0.7.2";
src = fetchFromGitHub {
owner = "mgba-emu";
repo = "mgba";
rev = version;
sha256 = "0q0yg2zna7gjbvpaswyykbg3lr9k3c8l8fydqa407xrgq77lahq4";
sha256 = "0g0xa1mzvan0sl1p5c784j2g5mcw9kd2b7wiahy06gy0c1nmbcnp";
};
enableParallelBuilding = true;