Merge pull request #79474 from ashkitten/update-dolphin

dolphinEmuMaster: 5.0-11109 -> 5.0-11608
This commit is contained in:
Aaron Andersen 2020-02-09 09:05:01 -05:00 committed by GitHub
commit 96e5fa1ab7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,13 +21,13 @@ let
};
in stdenv.mkDerivation rec {
pname = "dolphin-emu";
version = "5.0-11109";
version = "5.0-11608";
src = fetchFromGitHub {
owner = "dolphin-emu";
repo = "dolphin";
rev = "93d7b3d15962a3393cf2971e14c4acf54d90cecd";
sha256 = "1kkx3agdsc0qmf3yymlzq315nypm34qvq04qpjqycpfhmpx8gdnq";
rev = "69ee15e5ef369d51681540e6714f02554e3bd8a6";
sha256 = "1svi9mnddhjcv64xh3y9l68k3rix7wimq8b0mqf5hp7qrda07lx8";
};
enableParallelBuilding = true;