Merge pull request #333876 from 9R/ha_component_moonraker

home-assistant-custom-components.moonraker: 1.2.2 -> 1.3.0
This commit is contained in:
Martin Weinelt 2024-08-15 19:34:39 +02:00 committed by GitHub
commit e88a41614f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
owner = "marcolivierarsenault";
domain = "moonraker";
version = "1.2.2";
version = "1.3.0";
src = fetchFromGitHub {
owner = "marcolivierarsenault";
repo = "moonraker-home-assistant";
rev = "refs/tags/${version}";
hash = "sha256-e1Bdhv6YSz9yhIx5SDKfRxq0f6Fr0oc0vzpOqPPMxmc=";
hash = "sha256-kx18vCuMkM5sMUkVbKPVy4vkpjcOc/+VT/KJC73/B4E=";
};
propagatedBuildInputs = [