From 28ec90b8bf97ba161c83a9c7e701270ebe0f5e83 Mon Sep 17 00:00:00 2001 From: Philipp Jungkamp Date: Tue, 2 Sep 2025 16:24:05 +0200 Subject: [PATCH 1/2] nix: Update flake inputs Signed-off-by: Philipp Jungkamp --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 2232471e1..85306af64 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1742800061, - "narHash": "sha256-oDJGK1UMArK52vcW9S5S2apeec4rbfNELgc50LqiPNs=", + "lastModified": 1756696532, + "narHash": "sha256-6FWagzm0b7I/IGigOv9pr6LL7NQ86mextfE8g8Q6HBg=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "1750f3c1c89488e2ffdd47cab9d05454dddfb734", + "rev": "58dcbf1ec551914c3756c267b8b9c8c86baa1b2f", "type": "github" }, "original": { From 7735b4ff16279f661e0f84eef736f63af6913160 Mon Sep 17 00:00:00 2001 From: Philipp Jungkamp Date: Tue, 2 Sep 2025 16:24:30 +0200 Subject: [PATCH 2/2] node-rtp: Fix compilation with libre 3.24 Signed-off-by: Philipp Jungkamp --- include/villas/nodes/rtp.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/villas/nodes/rtp.hpp b/include/villas/nodes/rtp.hpp index cd245837d..33d8f3895 100644 --- a/include/villas/nodes/rtp.hpp +++ b/include/villas/nodes/rtp.hpp @@ -24,6 +24,7 @@ extern "C" { // clang-format off #include #include +#include #include // clang-format on }