home-assistant-custom-components.ntfy: 1.1.0-pre.2 -> 1.2.0-pre.1

https://github.com/hbrennhaeuser/homeassistant_integration_ntfy/compare/v1.1.0-pre.2...v1.2.0-pre.1
This commit is contained in:
Martin Weinelt
2025-02-22 14:43:51 +01:00
parent cd5cd3623a
commit 5ae71330aa
@@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "hbrennhaeuser";
domain = "ntfy";
version = "1.1.0-pre.2";
version = "1.2.0-pre.1";
src = fetchFromGitHub {
inherit owner;
repo = "homeassistant_integration_ntfy";
rev = "v${version}";
hash = "sha256-OGCAJsAsnUjwaLR8lCBdU+ghVOGFF0mT73t5JtcngUA=";
hash = "sha256-cdqO8fwaEZzAEa7aVjV00OQYnmx0vJZqz7Nd9+MUHN8=";
};
dependencies = [