mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
home-assistant-custom-components.pi-hole-v6: 1.17.0 -> 1.18.0 (#539003)
This commit is contained in:
commit
1ed19576c7
1 changed files with 2 additions and 2 deletions
|
|
@ -7,13 +7,13 @@
|
|||
buildHomeAssistantComponent rec {
|
||||
owner = "bastgau";
|
||||
domain = "pi_hole_v6";
|
||||
version = "1.17.0";
|
||||
version = "1.18.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
inherit owner;
|
||||
repo = "ha-pi-hole-v6";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-C9QqdAFe1P5bzuMuYWCy8hQINAbc/yOIxdxp2jpM2N8=";
|
||||
hash = "sha256-nMaECGuIAAcE9IPgiT2iPHh1RrCPOSd/sqY9KFKDacM=";
|
||||
};
|
||||
|
||||
# has no tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue