mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
home-assistant-custom-components.miele: 0.1.19 -> 2024.3.0
https://github.com/astrandb/miele/releases/tag/v0.1.20 https://github.com/astrandb/miele/releases/tag/v0.1.21 https://github.com/astrandb/miele/releases/tag/v2024.1.0 https://github.com/astrandb/miele/releases/tag/v2024.3.0
This commit is contained in:
parent
34621afb91
commit
e12029c304
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user