Merge pull request #118827 from eduardosm/dolphin-emu

dolphinEmuMaster: 5.0-13603 -> 5.0-14002
This commit is contained in:
Sandro 2021-04-08 20:55:41 +02:00 committed by GitHub
commit 47ef2bf153
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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