home-assistant-custom-component.ntfy: 1.0.2 -> 1.1.0-pre.2

This commit is contained in:
koral 2024-05-10 10:12:14 +02:00
parent 56391351b4
commit 9824d7c95f

View File

@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
owner = "hbrennhaeuser";
domain = "ntfy";
version = "v1.0.2";
version = "1.1.0-pre.2";
src = fetchFromGitHub {
inherit owner;
repo = "homeassistant_integration_ntfy";
rev = "refs/tags/${version}";
hash = "sha256-QBk2k0v/yV8BEf/lgIye+XhLMwvzSDlSewsR+eGXKyU=";
rev = "v${version}";
hash = "sha256-OGCAJsAsnUjwaLR8lCBdU+ghVOGFF0mT73t5JtcngUA=";
};
propagatedBuildInputs = [