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

This commit is contained in:
Rob Pilling
2025-03-21 13:20:14 +00:00
parent 0f0e0f2e42
commit 329fdc5763
2 changed files with 3 additions and 2 deletions
@@ -73,6 +73,7 @@ in
"main"
"network"
"bus"
"device"
"update"
"other"
];
+2 -2
View File
@@ -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 = [