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

Commits on Apr 15, 2020

  1. ppsspp: 1.9.3 -> 1.9.4

    AndersonTorres committed Apr 15, 2020
    Copy the full SHA
    f902068 View commit details
  2. Merge pull request #84587 from AndersonTorres/update-ppsspp

    ppsspp: 1.9.3 -> 1.9.4
    AndersonTorres authored Apr 15, 2020
    Copy the full SHA
    e2d4435 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/misc/emulators/ppsspp/default.nix
4 changes: 2 additions & 2 deletions pkgs/misc/emulators/ppsspp/default.nix
Original file line number Diff line number Diff line change
@@ -16,14 +16,14 @@

mkDerivation rec {
pname = "ppsspp";
version = "1.9.3";
version = "1.9.4";

src = fetchFromGitHub {
owner = "hrydgard";
repo = "ppsspp";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "17sym0vk72lzbh9a1501mhw98c78x1gq7k1fpy69nvvb119j37wa";
sha256 = "0ivi0dcfxwa4nz19amki80qacnjhqr42f0ihyby1scxafl3nq55c";
};

postPatch = ''