Skip to content

Commit

Permalink
home-assistant-custom-components.dwd: 2024.4.0 -> 2024.9.0 (NixOS#342371
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dotlambda authored Sep 18, 2024
2 parents 94f34cd + c3d7d6e commit 3f62e85
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pkgs/servers/home-assistant/custom-components/dwd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "hg1337";
domain = "dwd";
version = "2024.4.0";
version = "2024.9.0";

src = fetchFromGitHub {
owner = "hg1337";
repo = "homeassistant-dwd";
rev = version;
hash = "sha256-2bmLEBt6031p9SN855uunq7HrRJ9AFokw8t4CSBidTM=";
hash = "sha256-9zS6ufy7tYt1KwFeqdg0Az8xz3x5UzU9ZO9aOyWjdQE=";
};

dependencies = [ defusedxml ];
Expand All @@ -26,6 +26,9 @@ buildHomeAssistantComponent rec {
description = "Custom component for Home Assistant that integrates weather data (measurements and forecasts) of Deutscher Wetterdienst";
homepage = "https://github.com/hg1337/homeassistant-dwd";
license = licenses.asl20;
maintainers = with maintainers; [ hexa ];
maintainers = with maintainers; [
hexa
emilylange
];
};
}

0 comments on commit 3f62e85

Please sign in to comment.