This commit is contained in:
mjallen18
2026-01-12 12:08:36 -06:00
parent dfd8d9a1a8
commit 382f059188
27 changed files with 151 additions and 154 deletions

View File

@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
owner = "greghesp";
domain = "bambu_lab";
version = "v2.2.18";
version = "v2.2.19";
src = fetchFromGitHub {
owner = owner;
repo = "ha-bambulab";
rev = version;
hash = "sha256-47u2oG8MvEX0B8fu1Hs9sV7EXwPyOVRWNn6Mb4BpHGI=";
hash = "sha256-BRTbo9v9a4iCkrgVfyFzZXZS4ogDr+Kkx9qz8bhAaDc=";
};
nativeBuildInputs = with python3Packages; [