Skip to content

Commit

Permalink
ppsspp: 1.18 -> 1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 8, 2024
1 parent afe2749 commit a7123e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/pp/ppsspp/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ stdenv.mkDerivation (finalAttrs: {
+ lib.optionalString enableQt "-qt"
+ lib.optionalString (!enableQt) "-sdl"
+ lib.optionalString forceWayland "-wayland";
version = "1.18";
version = "1.18.1";

src = fetchFromGitHub {
owner = "hrydgard";
repo = "ppsspp";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-ssZthilRMukgJm6Rnv79Yu6Rc/pTIX9E12rXY6Ct6bc=";
hash = "sha256-X5Sb6oxjjhlsm1VN9e0Emk4SqiHTe3G3ZiuIgw5DSds=";
};

patches = lib.optionals useSystemFfmpeg [
Expand Down

0 comments on commit a7123e1

Please sign in to comment.