dolphinEmuMaster: 5.0-12716 -> 5.0-13178

This commit is contained in:
ash lea 2021-01-20 15:37:22 -08:00
parent b0fbf7b5c3
commit fb76434e98

View File

@ -21,13 +21,13 @@ let
}; };
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
pname = "dolphin-emu"; pname = "dolphin-emu";
version = "5.0-12716"; version = "5.0-13178";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dolphin-emu"; owner = "dolphin-emu";
repo = "dolphin"; repo = "dolphin";
rev = "31524288e3b2450eaefff8202c6d26c4ba3f7333"; rev = "a34823df61df65168aa40ef5e82e44defd4a0138";
sha256 = "0vv3ahk6zdx2hx5diq4jkhl289wjybqcr4lwinrkfiywb83hcabg"; sha256 = "0j6hnj60iai366kl0kdbn1jkwc183l02g65mp2vq4qb2yd4399l1";
}; };
nativeBuildInputs = [ cmake pkg-config ] nativeBuildInputs = [ cmake pkg-config ]