mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
dolphinEmuMaster: 5.0-13603 -> 5.0-14002
This commit is contained in:
parent
71433ce823
commit
540c9ac015
|
@ -21,13 +21,13 @@ let
|
|||
};
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "dolphin-emu";
|
||||
version = "5.0-13603";
|
||||
version = "5.0-14002";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "dolphin-emu";
|
||||
repo = "dolphin";
|
||||
rev = "7250d6e4e091f4b5b4f2289c2c732349b69a2e8a";
|
||||
sha256 = "0l4vvxmc79x0b5p8k4km7p380wv8wsbmxjnif08rj0p3brbavc1i";
|
||||
rev = "53222560650e4a99eceafcd537d4e04d1c50b3a6";
|
||||
sha256 = "1m71gk9hm011fpv5hmpladf7abkylmawgr60d0czkr276pzg04ky";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake pkg-config ]
|
||||
|
|
Loading…
Reference in a new issue