monado: 24.0.0 -> 25.0.0

https://gitlab.freedesktop.org/monado/monado/-/releases/v25.0.0

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2025-04-18 23:56:02 +02:00
parent 1e0ba16ede
commit 65c2366c4d
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

View File

@ -11,7 +11,6 @@
doxygen,
eigen,
elfutils,
fetchpatch2,
glslang,
gst-plugins-base,
gstreamer,
@ -66,14 +65,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "monado";
version = "24.0.0";
version = "25.0.0";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "monado";
repo = "monado";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-lFy0VvaLD4Oyu2TZJnaIWjuaJUZjGGDJS0VsRfIUpcc=";
tag = "v${finalAttrs.version}";
hash = "sha256-VxTxvw+ftqlh3qF5qWxpK1OJsRowkRXu0xEH2bDckUA=";
};
nativeBuildInputs = [
@ -138,16 +137,6 @@ stdenv.mkDerivation (finalAttrs: {
tracy
];
patches = [
# Remove this patch on the next update
# https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2338
(fetchpatch2 {
name = "improve-reproducibility.patch";
url = "https://gitlab.freedesktop.org/monado/monado/-/commit/9819fb6dd61d2af5b2d993ed37b976760002b055.patch";
hash = "sha256-qpTF1Q64jl8ZnJzMtflrpHLahCqfde2DXA9/Avlc18I=";
})
];
cmakeFlags = [
(lib.cmakeBool "XRT_FEATURE_SERVICE" serviceSupport)
(lib.cmakeBool "XRT_HAVE_TRACY" tracingSupport)