rpcs3: 0.0.37 -> 0.0.38

Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
Marcin Serwin
2025-08-02 12:25:17 +02:00
parent 6ceaeed674
commit d7cf90125a

View File

@@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchFromGitHub, fetchFromGitHub,
fetchpatch2,
nix-update-script, nix-update-script,
cmake, cmake,
pkg-config, pkg-config,
@@ -46,24 +45,16 @@ let
in in
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "rpcs3"; pname = "rpcs3";
version = "0.0.37"; version = "0.0.38";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "RPCS3"; owner = "RPCS3";
repo = "rpcs3"; repo = "rpcs3";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-/ve1qe76Rc+mXHemq8DI2U9IP6+tPV5m5SNh/wmppEw="; hash = "sha256-HaguOzCN0/FvAb0b4RZWnw9yvVum14wEj26WnqOnSag=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
patches = [
(fetchpatch2 {
# https://github.com/RPCS3/rpcs3/pull/17316
url = "https://github.com/RPCS3/rpcs3/commit/bad6e992586264344ee1a3943423863d2bd39b45.patch?full_index=1";
hash = "sha256-rSyA1jcmRiV6m8rPKqTnDFuBh9WYFTGmyTSU2qrd+Go=";
})
];
passthru.updateScript = nix-update-script { }; passthru.updateScript = nix-update-script { };
preConfigure = '' preConfigure = ''