home-assistant-custom-components.miele: 2024.3.0 -> 2024.8.1 (#346245)

This commit is contained in:
Martin Weinelt 2024-10-10 15:44:28 +02:00 committed by GitHub
commit 099cf20f9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "astrandb";
domain = "miele";
version = "2024.3.0";
version = "2024.8.1";
src = fetchFromGitHub {
inherit owner;
repo = domain;
rev = "refs/tags/v${version}";
hash = "sha256-J9n4PFcd87L301B2YktrLcxp5Vu1HwDeCYnrMEJ0+TA=";
hash = "sha256-XwaOQJvosCUXMZYrKX7sMWJIrMx36RhuVYUq163vvNg=";
};
propagatedBuildInputs = [