Skip to content

Commit

Permalink
shadps4: 0.4.0-unstable-2024-12-23 > 0.5.0-unstable-2025-01-02
Browse files Browse the repository at this point in the history
(cherry picked from commit f0b18d8)
  • Loading branch information
liberodark authored and ryand56 committed Jan 4, 2025
1 parent 60363a6 commit 4307b6a
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions pkgs/by-name/sh/shadps4/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "shadps4";
version = "0.4.0-unstable-2024-12-23";
version = "0.5.0-unstable-2025-01-02";

src = fetchFromGitHub {
owner = "shadps4-emu";
repo = "shadPS4";
rev = "c2e9c877dd82e9bf79c8ede7bc8cffb591a31c76";
hash = "sha256-6LmNLH5Fy+9AYDXLh/YFThs3EUgA6gnmUEvBltkUQig=";
rev = "596f4cdf0e66a97c9d2d4272091d8c0167a5b8e1";
hash = "sha256-apwAl8TCzSKchqYGHV0UsMSGErF4GgiwhlwmOPWpeLs=";
fetchSubmodules = true;
};

Expand Down Expand Up @@ -113,15 +113,10 @@ stdenv.mkDerivation (finalAttrs: {
runHook postInstall
'';

fixupPhase = ''
patchelf --add-rpath ${
lib.makeLibraryPath [
vulkan-loader
xorg.libXi
]
} \
$out/bin/shadps4
'';
runtimeDependencies = [
vulkan-loader
xorg.libXi
];

passthru = {
tests.openorbis-example = nixosTests.shadps4;
Expand Down

0 comments on commit 4307b6a

Please sign in to comment.