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
+2 -2
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;