Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6fed64710ae6
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4cfb4ec5f492
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Feb 21, 2019

  1. dolphinEmuMaster: 2018-12-25 -> 2019-02-16

    Cray Elliott authored and Cray Elliott committed Feb 21, 2019
    Copy the full SHA
    4cfb4ec View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/misc/emulators/dolphin-emu/master.nix
6 changes: 3 additions & 3 deletions pkgs/misc/emulators/dolphin-emu/master.nix
Original file line number Diff line number Diff line change
@@ -20,13 +20,13 @@ let
};
in stdenv.mkDerivation rec {
name = "dolphin-emu-${version}";
version = "2018-12-25";
version = "2019-02-16";

src = fetchFromGitHub {
owner = "dolphin-emu";
repo = "dolphin";
rev = "ca2a2c98f252d21dc609d26f4264a43ed091b8fe";
sha256 = "0903hp7fkh08ggjx8zrsvwhh1x8bprv3lh2d8yci09al1cqqj5cb";
rev = "286aafd4ed2949f0b93230fee969c6a32fe75f07";
sha256 = "0l0cpq8s7wnng7mhbnzf4v84zggqsqdykrzfyz5avvbv9pla7jwp";
};

enableParallelBuilding = true;