mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
Merge pull request #110239 from ashkitten/update-dolphin
dolphinEmuMaster: 5.0-12716 -> 5.0-13178
This commit is contained in:
commit
bc98996b75
1 changed files with 3 additions and 3 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Reference in a new issue