Merge pull request #305618 from mweinelt/miele-2024.3.0

home-assistant-custom-components.miele: 0.1.19 -> 2024.3.0
This commit is contained in:
Martin Weinelt 2024-04-20 22:29:04 +02:00 committed by GitHub
commit f062160e79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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