Skip to content

Commit 2e3445f

Browse files
authored
home-assistant-custom-components.philips_airpurifier_coap: 0.28.0 -> 0.34.0 (#376975)
2 parents 9ef2bc1 + c779d26 commit 2e3445f

File tree

1 file changed

+2
-2
lines changed
  • pkgs/servers/home-assistant/custom-components/philips_airpurifier_coap

1 file changed

+2
-2
lines changed

pkgs/servers/home-assistant/custom-components/philips_airpurifier_coap/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
buildHomeAssistantComponent rec {
1111
owner = "kongo09";
1212
domain = "philips_airpurifier_coap";
13-
version = "0.28.0";
13+
version = "0.34.0";
1414

1515
src = fetchFromGitHub {
1616
inherit owner;
1717
repo = "philips-airpurifier-coap";
1818
rev = "v${version}";
19-
hash = "sha256-yoaph/R3c4j+sXEC02Hv+ixtuif70/y6Gag5NBpKFLs=";
19+
hash = "sha256-jQXQdcgW8IDmjaHjmeyXHcNTXYmknNDw7Flegy6wj2A=";
2020
};
2121

2222
dependencies = [

0 commit comments

Comments
 (0)