From 329fdc57631f3a5ca3af3e75d6fc6c3f9f099cea Mon Sep 17 00:00:00 2001 From: Rob Pilling Date: Tue, 1 Oct 2024 08:04:25 +0100 Subject: [PATCH] ebusd: update to 24.1 and add new log facility option ("device") --- nixos/modules/services/home-automation/ebusd.nix | 1 + pkgs/by-name/eb/ebusd/package.nix | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/nixos/modules/services/home-automation/ebusd.nix b/nixos/modules/services/home-automation/ebusd.nix index a0bff26e2ae3..b37c8bd2feae 100644 --- a/nixos/modules/services/home-automation/ebusd.nix +++ b/nixos/modules/services/home-automation/ebusd.nix @@ -73,6 +73,7 @@ in "main" "network" "bus" + "device" "update" "other" ]; diff --git a/pkgs/by-name/eb/ebusd/package.nix b/pkgs/by-name/eb/ebusd/package.nix index 4527d330a1cc..081c0686dcb1 100644 --- a/pkgs/by-name/eb/ebusd/package.nix +++ b/pkgs/by-name/eb/ebusd/package.nix @@ -16,13 +16,13 @@ stdenv.mkDerivation rec { pname = "ebusd"; - version = "23.3"; + version = "24.1"; src = fetchFromGitHub { owner = "john30"; repo = "ebusd"; rev = version; - sha256 = "sha256-K3gZ5OudNA92S38U1+HndxjA7OVfh2ymYf8OetB646M="; + sha256 = "sha256-+3QOB7/yCgR4j2UGfhWQ5s5sldoNfWSzX7qa//FHeJ4="; }; nativeBuildInputs = [