flycast : 2.3.2 -> 2.4 (#363153)

This commit is contained in:
Nick Cao 2024-12-08 10:02:29 -05:00 committed by GitHub
commit 84b4196a31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,24 +18,16 @@
stdenv.mkDerivation rec {
pname = "flycast";
version = "2.3.2";
version = "2.4";
src = fetchFromGitHub {
owner = "flyinghead";
repo = "flycast";
rev = "v${version}";
hash = "sha256-YFLSUaEikwLPglHh3t8sHiKHRn5cchKzzkJlZDdgVsU=";
hash = "sha256-1Rso7/S95+8KPoKa+3oFPJBWE+YGw4Qqo3Hn+crxNio=";
fetchSubmodules = true;
};
patches = [
# miniupnp: add support for api version 18
(fetchpatch2 {
url = "https://github.com/flyinghead/flycast/commit/71982eda7a038e24942921e558845103b6c12326.patch?full_index=1";
hash = "sha256-5fFCgX7MfCqW7zxXJuHt9js+VTZZKEQHRYuWh7MTKzI=";
})
];
nativeBuildInputs = [
cmake
pkg-config