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

Commits on Jan 11, 2020

  1. libretro.snes9x: 29b78d -> 04692e

    Upstream has broken git history [1], so the current version cannot be
    fetched. The required patches have been upstreamed [2], and we hope
    that upstream will be more careful with their git history.
    
    The previous commit can still be viewed on github [3], but is not the
    ancestor of any fetchable ref.
    
    [1] libretro/snes9x#199
    [2] snes9xgit/snes9x#588
    [3] libretro/snes9x@29b78df
    thefloweringash committed Jan 11, 2020
    Copy the full SHA
    03c4361 View commit details

Commits on Jan 13, 2020

  1. Merge pull request #77520 from thefloweringash/libretro-snes9x-src

    libretro.snes9x: 29b78d -> 04692e
    matthewbauer authored Jan 13, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d7627dd View commit details
Showing with 4 additions and 3 deletions.
  1. +4 −3 pkgs/misc/emulators/retroarch/cores.nix
7 changes: 4 additions & 3 deletions pkgs/misc/emulators/retroarch/cores.nix
Original file line number Diff line number Diff line change
@@ -786,10 +786,11 @@ in with stdenv.lib.licenses;

snes9x = (mkLibRetroCore rec {
core = "snes9x";
src = fetchRetro {
src = fetchFromGitHub {
owner = "snes9xgit";
repo = core;
rev = "29b78df8c9f0f48ed4605d08a187a134b3b316d6";
sha256 = "004h1pkxvbn4zlh8bqs6z17k04jw5wzbwklpgvmb7hbxshsi4qid";
rev = "04692e1ee45cc647423774ee17c63208c2713638";
sha256 = "09p9m85fxwrrrapjb08rcxknpgq5d6a87arrm1jn94r56glxlcfa";
};
description = "Port of SNES9x git to libretro";
license = "Non-commercial";