dolphinEmuMaster: 5.0-13178 -> 5.0-13603

This commit is contained in:
lasers 2021-02-20 05:07:54 -06:00
parent 62a94d2c40
commit 98d3299612

View File

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