Merge pull request #110239 from ashkitten/update-dolphin

dolphinEmuMaster: 5.0-12716 -> 5.0-13178
This commit is contained in:
adisbladis 2021-01-21 09:47:27 +01:00 committed by GitHub
commit bc98996b75
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-12716";
version = "5.0-13178";
src = fetchFromGitHub {
owner = "dolphin-emu";
repo = "dolphin";
rev = "31524288e3b2450eaefff8202c6d26c4ba3f7333";
sha256 = "0vv3ahk6zdx2hx5diq4jkhl289wjybqcr4lwinrkfiywb83hcabg";
rev = "a34823df61df65168aa40ef5e82e44defd4a0138";
sha256 = "0j6hnj60iai366kl0kdbn1jkwc183l02g65mp2vq4qb2yd4399l1";
};
nativeBuildInputs = [ cmake pkg-config ]