This commit is contained in:
2026-02-10 12:34:05 -06:00
parent 07e8fc704f
commit 5c94bd7fcb
5 changed files with 894 additions and 82 deletions

View File

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