ebusd: update to 24.1 and add new log facility option ("device")

Changed files
+3 -2
nixos
modules
services
home-automation
pkgs
by-name
eb
ebusd
+1
nixos/modules/services/home-automation/ebusd.nix
···
"main"
"network"
"bus"
+
"device"
"update"
"other"
];
+2 -2
pkgs/by-name/eb/ebusd/package.nix
···
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 = [