We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ef2bc1 + c779d26 commit 2e3445fCopy full SHA for 2e3445f
pkgs/servers/home-assistant/custom-components/philips_airpurifier_coap/package.nix
@@ -10,13 +10,13 @@
10
buildHomeAssistantComponent rec {
11
owner = "kongo09";
12
domain = "philips_airpurifier_coap";
13
- version = "0.28.0";
+ version = "0.34.0";
14
15
src = fetchFromGitHub {
16
inherit owner;
17
repo = "philips-airpurifier-coap";
18
rev = "v${version}";
19
- hash = "sha256-yoaph/R3c4j+sXEC02Hv+ixtuif70/y6Gag5NBpKFLs=";
+ hash = "sha256-jQXQdcgW8IDmjaHjmeyXHcNTXYmknNDw7Flegy6wj2A=";
20
};
21
22
dependencies = [
0 commit comments