Merge pull request #310527 from k0ral/master
home-assistant-custom-component.ntfy: 1.0.2 -> 1.1.0-pre.2
This commit is contained in:
commit
f7abe4c49e
1 changed files with 3 additions and 3 deletions
|
@ -7,13 +7,13 @@
|
||||||
buildHomeAssistantComponent rec {
|
buildHomeAssistantComponent rec {
|
||||||
owner = "hbrennhaeuser";
|
owner = "hbrennhaeuser";
|
||||||
domain = "ntfy";
|
domain = "ntfy";
|
||||||
version = "v1.0.2";
|
version = "1.1.0-pre.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
inherit owner;
|
inherit owner;
|
||||||
repo = "homeassistant_integration_ntfy";
|
repo = "homeassistant_integration_ntfy";
|
||||||
rev = "refs/tags/${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-QBk2k0v/yV8BEf/lgIye+XhLMwvzSDlSewsR+eGXKyU=";
|
hash = "sha256-OGCAJsAsnUjwaLR8lCBdU+ghVOGFF0mT73t5JtcngUA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue