Skip to content

Commit

Permalink
shadps4: 0.3.0-unstable-2024-10-14 -> 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryand56 committed Nov 1, 2024
1 parent 5d0c0de commit 269fdc7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pkgs/by-name/sh/shadps4/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
unstableGitUpdater,
}:

stdenv.mkDerivation {
stdenv.mkDerivation (finalAttrs: {
pname = "shadps4";
version = "0.3.0-unstable-2024-10-14";
version = "0.4.0";

src = fetchFromGitHub {
owner = "shadps4-emu";
repo = "shadPS4";
rev = "09725bd921088b73746605e672abf6ff40171880";
hash = "sha256-NtIiqmiZ1iCciMjT1cL7ONWxNHRO/0bci/thLrcORjo=";
rev = "refs/tags/v.${finalAttrs.version}";
hash = "sha256-dAhm9XMFnpNmbgi/TGktNHMdFDYPOWj31pZkBoUfQhA=";
fetchSubmodules = true;
};

Expand Down Expand Up @@ -132,9 +132,10 @@ stdenv.mkDerivation {
meta = {
description = "Early in development PS4 emulator";
homepage = "https://github.com/shadps4-emu/shadPS4";
changelog = "https://github.com/shadps4-emu/shadPS4/releases/tag/v.${finalAttrs.version}";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ ryand56 ];
mainProgram = "shadps4";
platforms = lib.intersectLists lib.platforms.linux lib.platforms.x86_64;
};
}
})

0 comments on commit 269fdc7

Please sign in to comment.