openrw: 0-unstable-2025-01-09 -> 0-unstable-2025-06-18

This commit is contained in:
R. Ryantm 2025-06-30 01:09:39 +00:00
parent 8974d5be4c
commit bc796f747b

View File

@ -23,15 +23,15 @@
}:
stdenv.mkDerivation {
version = "0-unstable-2025-01-09";
version = "0-unstable-2025-06-18";
pname = "openrw";
src = fetchFromGitHub {
owner = "rwengine";
repo = "openrw";
rev = "556cdfbbf1fb5b3ddef5e43f36e97976be0252fc";
rev = "5c5f266b71aa55aeec8cb4d823f19e7c4348f3bd";
fetchSubmodules = true;
hash = "sha256-NYn89KGMITccVdqGo7NUS45HxXGurR9QDbVKEagjFqk=";
hash = "sha256-2fQQL0JoV8YukU+VW2iWS4DpBi1j361SfiXRHRmocRg=";
};
postPatch = lib.optional (stdenv.cc.isClang && (lib.versionAtLeast stdenv.cc.version "9")) ''