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: b1e0766c7396
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 555bdfdd425e
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 5, 2020

  1. Copy the full SHA
    03f3d67 View commit details

Commits on Apr 9, 2020

  1. Merge pull request #84405 from ashkitten/update-dolphin

    dolphinEmuMaster: 5.0-11608 -> 5.0-11824
    aanderse authored Apr 9, 2020
    Copy the full SHA
    555bdfd 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
@@ -21,13 +21,13 @@ let
};
in stdenv.mkDerivation rec {
pname = "dolphin-emu";
version = "5.0-11608";
version = "5.0-11824";

src = fetchFromGitHub {
owner = "dolphin-emu";
repo = "dolphin";
rev = "69ee15e5ef369d51681540e6714f02554e3bd8a6";
sha256 = "1svi9mnddhjcv64xh3y9l68k3rix7wimq8b0mqf5hp7qrda07lx8";
rev = "1b97f081b8eff9012132a4124537968bdb0e03e0";
sha256 = "1v96hcn34040vjsw83k8p0r0nb8rrdcz80h4ngirxzm36b3l7w6m";
};

enableParallelBuilding = true;