shadps4: 0.4.0-unstable-2024-12-08 -> 0.4.0-unstable-2024-12-23 (#367749)

This commit is contained in:
nixpkgs-merge-bot[bot]
2024-12-31 11:07:32 +00:00
committed by GitHub
+3 -3
View File
@@ -37,13 +37,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "shadps4";
version = "0.4.0-unstable-2024-12-08";
version = "0.4.0-unstable-2024-12-23";
src = fetchFromGitHub {
owner = "shadps4-emu";
repo = "shadPS4";
rev = "4fb2247196d4626bab8f2c28710b0c34cad053fe";
hash = "sha256-bRURBUhIVQLrBxJFaJirw3n1n7xviRoAZGLZ+rV/UeM=";
rev = "c2e9c877dd82e9bf79c8ede7bc8cffb591a31c76";
hash = "sha256-6LmNLH5Fy+9AYDXLh/YFThs3EUgA6gnmUEvBltkUQig=";
fetchSubmodules = true;
};